.share-holding .banner-page {
    align-items: initial;
    display: block;
}

.share-holding .banner-page .container {
    position: relative;
}

.share-holding-banner-inner {
    color: #333;
    margin-bottom: 30px;
}

.share-holding-banner-inner h1 {
    text-transform: uppercase
}

.share-holding-banner-inner p {
    /* font-size: 25px; */
    font-weight: 300;
    font-size: 16px;
}

.share-holding-icon {
    text-align: center
}

.share-holding-icon a {
    display: inline-block
}

.share-holding-icon img {
    display: inline-block;
    height: 115px
}

.share-holding-text {
    background: #fff;
    border-radius: 6px;
    padding: 30px;
    height: auto;
    overflow: hidden;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    margin-bottom: 30px
}

.share-holding-text .description-box {
    font-size: 16px;
    text-align: justify;
}

.share-holding-img {
    margin-bottom: 30px;
    text-align: center;
}

.share-holding-img a {
    display: inline-block;
}

@media (max-width: 767px) {
    .share-holding-banner-inner h1 {
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    .share-holding-banner-inner {
        position: absolute;
        color: #fff;
        bottom: 106px;
        margin-bottom: 0;
    }

    .share-holding-banner-inner p {
        font-size: 18px;
    }

    .share-holding-text .description-box {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .share-holding-text {
        height: 320px;
        overflow: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .share-holding-text {
        height: 320px;
    }
}