.owner-section-2 {
    padding: 40px 0;
    font-weight: 700;
}

.owner-section-2 .owner-info-2 {
    color: #FFFFFF;
    margin-bottom: 0;
}

.owner-section-2 .owner-info-2 .channel-name-2 {
    color: #FCE295;
    font-size: 32px;
}

.owner-section-2 .owner-info-2 .channel-name-2.premium {
    color: #3d3d3c;
    font-weight: bold;
}

.owner-section-2 .owner-info-2 .channel-subtitle {
    font-size: 22.4px; /* 1.4 * 16px */
    max-width: 90%;
    margin-bottom: 10px;
    line-height: 1;
}

.owner-section-2 .owner-info-2 .channel-description-2 {
    font-size: 24px; /* 1.2 * 16px */
    max-width: 90%;
    margin-bottom: 18px;
}

.owner-section-2 .owner-info-2 .channel-description-2.premium {
    font-size: 16px; /* 1.0 * 16px */
}

.owner-section-2 .owner-info-2 .channel-hashtag {
    font-family: Kalam, cursive;
    font-size: 32px; /* 2.0 * 16px */
}

.locaion-div {
    max-width: 95%;
}

.owner-section-2 .owner-info-2 .channel-location-2 {
    font-size: 24px;
    float: left;
}

.owner-section-2 .owner-info-2 .location-text {
    font-size: 18px;
    padding: 0 5px;
}

.owner-section-2 .owner-info-2 .row {
    display: flex;
}

.owner-section-2 .owner-info-2 .row .col-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.owner-section-2 .owner-info-2 .row .col-center a img {
    max-width: 100%;
}

.owner-section-2 .owner-info-2 .social {
    float: right;
    top: 30px;
    right: 30px;
}

@media (min-width: 992px) {
    .col-md-5,
    .col-md-2 {
        width: auto;
    }
}

@media (max-width: 767px) {
    /* $breakpoint-xs - 1 = 768px - 1 */
    .modal-dialog {
        width: auto;
    }

    .owner-section-2 .owner-info-2 .channel-name-2.premium {
        margin-bottom: 25px;
    }

    .owner-section-2 .owner-info-2 .channel-subtitle {
        margin-top: 20px;
    }

    .owner-section-2 .owner-info-2 .channel-description-2 {
        max-width: 100%;
        font-size: 22px;
    }

    .owner-section-2 .owner-info-2 .channel-location-2 {
        display: block;
        float: none;
    }

    .owner-section-2 .owner-info-2 .row {
        display: block;
        text-align: center;
    }

    .owner-section-2 .owner-info-2 .row .col-center {
        display: block;
        padding: 0 20px;
    }

    .owner-section-2 .owner-info-2 .social {
        float: none;
        top: 30px;
        right: 30px;
    }
}
