/* section infor */

.section__infor .global-desc {
    max-width: 700px;
}

.section__infor .infor__item--title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--third-color);
    margin: 30px 0;
    /* min-height: 74px; */
}

.section__infor .infor__group {
    padding: 80px 0 138px;
}

.section__infor .infor__item .global-desc {
    max-width: 345px;
}

.section__infor .infor__item--img img {
    height: 53px;
    width: auto;
}

.section__form .form__top--group #search_hompage a button {
    width: calc(100% - 60px);
    background-color: #F3F4F7;
    border-radius: 9px;
    border: 1px solid #ECECED;
    outline: none;
    font-size: 14px;
    line-height: 40px;
    color: var(--primary-color);
    font-weight: 500;
    background-color: #F3F4F7;
    line-height: 40px;
    padding-left: 55px;

    margin-top: 2px;
}

.logos .global-heading {
    padding-top: 0px;
}

/* section logos */

.section__logos {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (max-width: 1200px) {
    .section__infor .infor__item--title {
        min-height: 74px;
    }

    .global-desc {
        font-size: 13px;
    }

    .logos .global-heading {
        padding-top: 0px;
    }

    .section__logos {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {

    /* infor */

    .section__infor .infor__item {
        max-width: 100%;
    }

    .section__infor .infor__group {
        padding: 40px 0 0px;
    }

    .section__infor .infor__item--img,
    .section__infor .infor__item--title,
    .section__infor .infor__item--desc {
        text-align: center;
    }

    .section__infor .infor__item--title {
        margin: 10px 0;
        min-height: unset;
    }

    .section__infor .infor__item {
        margin-bottom: 50px;
    }

    .logos .global-heading {
        padding-top: 0px;
    }

    .section__logos {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .section__amount .amount__item {
        margin-bottom: 35px;
    }

    .logos .global-heading {
        padding-top: 30px;
    }

    /* infor */

    .section__infor .global-heading {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 576px) {

    /* infor */

    .section__infor .infor__item--title {
        font-size: 18px;
    }

    .logos .global-heading {
        padding-top: 20px;
    }

    .section__logos {
        padding-top: 20px;
        padding-bottom: 20px;
    }

}