@media only screen and (min-width: 1000px) {
    .brand-info__section {
        max-width: 790px;
        width: 100%;
        margin: auto;
        box-sizing: border-box;
        margin-bottom: 50px;
    }

    .brand-info__section .brands-info-wrapper h2 {
        font-size: 29px;
        color: #1B1A25;
        font-weight: 700;
        line-height: 35px;
        margin-bottom: 30px;
        text-align: left;
    }

    .brand-info__section .brand-info-section__desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #4A4B54;
    }

    .brand-info__section .brands-info-wrapper .brands-info-single {
        background-color: #F5F5F5;
        padding: 35px 45px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    .brand-info__section .brands-info-wrapper .brands-info-single:last-of-type {
        margin-bottom: 0;
    }

    .brand-info__section .brands-info-wrapper .brands-info-main-info {
        display: flex;
        align-items: center;
    }

    .brand-info__section .brands-info-wrapper .brands-info-main-info img {
        margin-right: 16px;
        border-radius: 50%;
        object-fit: cover;
        width: 84px;
        height: 84px;
    }

    .brand-info__section .brands-info-wrapper .brands-info-main-info .brand-info-num {
        margin-right: 12px;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        text-align: center;
    }

    .brand-info__section .brands-info-wrapper .brands-info-main-info h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-align: left;
        color: #1B1A25;
    }

    .brand-info__section .brands-info-wrapper .brands-info-single .brands-info-extra-info p {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        margin-top: 16px;
        color: #5F5F5F;
        padding: 0;
    }

    .brand-info__section .brands-info-wrapper .brands-info-single .brand-info-cta {
        display: flex;
        align-items: stretch;
        margin-top: 16px;
    }

    .brand-info__section .brands-info-wrapper .brands-info-single .brand-info-cta .brand-info-bonus {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #49B83726;
        margin-right: 16px;
        padding: 4px 45px;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        text-align: center;
        max-width: 230px;
        width: 100%;
        color: #2F5429;
    }

    .brand-info__section .brands-info-wrapper .brands-info-single .brand-info-cta .brand-info__btn {
        background-color: #DF2C36;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        padding: 19px 74px;
        max-width: 230px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-align: center;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 600px) {
    .brand-info__section {
        width: 100%;
        margin: auto;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .brand-info__section .brands-info-wrapper h2 {
        font-size: 29px;
        color: #1B1A25;
        font-weight: 700;
        line-height: 35px;
        margin-bottom: 30px;
        text-align: left;
    }

    .brand-info__section .brand-info-section__desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #4A4B54;
    }

    .brand-info__section .brands-info-wrapper .brands-info-single {
        background-color: #F5F5F5;
        padding: 35px 45px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    .brand-info__section .brands-info-wrapper .brands-info-single:last-of-type {
        margin-bottom: 0;
    }

    .brand-info__section .brands-info-wrapper .brands-info-main-info {
        display: flex;
        align-items: center;
    }

    .brand-info__section .brands-info-wrapper .brands-info-main-info img {
        margin-right: 16px;
        border-radius: 50%;
        object-fit: cover;
        width: 84px;
        height: 84px;
    }

    .brand-info__section .brands-info-wrapper .brands-info-main-info .brand-info-num {
        margin-right: 12px;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        text-align: center;
    }

    .brand-info__section .brands-info-wrapper .brands-info-main-info h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-align: left;
        color: #1B1A25;
    }

    .brand-info__section .brands-info-wrapper .brands-info-single .brands-info-extra-info p {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        margin-top: 16px;
        color: #5F5F5F;
        padding: 0;
    }

    .brand-info__section .brands-info-wrapper .brands-info-single .brand-info-cta {
        display: flex;
        align-items: stretch;
        margin-top: 16px;
    }

    .brand-info__section .brands-info-wrapper .brands-info-single .brand-info-cta .brand-info-bonus {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #49B83726;
        margin-right: 16px;
        padding: 4px 45px;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        text-align: center;
        max-width: 230px;
        width: 100%;
        color: #2F5429;
    }

    .brand-info__section .brands-info-wrapper .brands-info-single .brand-info-cta .brand-info__btn {
        background-color: #DF2C36;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        padding: 19px 74px;
        max-width: 230px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .brand-info__section {
        max-width: 790px;
        width: 100%;
        margin: auto;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .brand-info__section .brands-info-wrapper h2 {
        font-size: 29px;
        color: #1B1A25;
        font-weight: 700;
        line-height: 35px;
        margin-bottom: 30px;
        text-align: left;
    }

    .brand-info__section .brand-info-section__desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #4A4B54;
    }

    .brand-info__section .brands-info-wrapper .brands-info-single {
        background-color: #F5F5F5;
        padding: 35px 45px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    .brand-info__section .brands-info-wrapper .brands-info-single:last-of-type {
        margin-bottom: 0;
    }

    .brand-info__section .brands-info-wrapper .brands-info-main-info {
        display: flex;
        align-items: center;
    }

    .brand-info__section .brands-info-wrapper .brands-info-main-info img {
        margin-right: 16px;
        border-radius: 50%;
        object-fit: cover;
        width: 59px;
        height: 59px;
    }

    .brand-info__section .brands-info-wrapper .brands-info-main-info .brand-info-num {
        margin-right: 12px;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        text-align: center;
    }

    .brand-info__section .brands-info-wrapper .brands-info-main-info h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-align: left;
        color: #1B1A25;
    }

    .brand-info__section .brands-info-wrapper .brands-info-single .brands-info-extra-info p {
        color: #5F5F5F;
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
        margin-top: 16px;
        padding: 0;
    }

    .brand-info__section .brands-info-wrapper .brands-info-single .brand-info-cta {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        margin-top: 16px;
    }

    .brand-info__section .brands-info-wrapper .brands-info-single .brand-info-cta .brand-info-bonus {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        background-color: #49B83726;
        margin-right: 16px;
        padding: 4px 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        text-align: center;
        width: 100%;
        color: #2F5429;
        margin-bottom: 16px;
        margin-top: 16px;
    }

    .brand-info__section .brands-info-wrapper .brands-info-single .brand-info-cta .brand-info__btn {
        display: block;
        background-color: #DF2C36;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        padding: 19px 0;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-align: center;
    }
}
