.glo-company-introduce {
    text-align: center;
}

.glo-company-introduce h1 {
    font-weight: 600;
}

.glo-nav h2 {
    font-weight: 600;
    color: #403e3e;
    display: inline-block;
    border-bottom: 3px solid #36b4e6;
    padding-bottom: 2px;
    margin-bottom: 26px;
}

.title-project {
    font-size: 22px;
    font-weight: 700;
    color: #403e3e;
    margin-bottom: 12px;
    padding-left: 24px;
}

.text-description {
    font-size: 16px;
    color: #121212;
    font-weight: 500;
    margin-bottom: 8px;
}

.info-company {
    margin-top: 24px;
}

.row-info {
    display: flex;
    height: 85px;
    margin: 0 auto;
}

.item-info {
    display: flex;
    height: 85px;
    margin-bottom: 36px;
}

.item-info-special {
    display: flex;
    margin-bottom: 36px;
}

.item-info__icon {
    width: 58px;
    height: 55px;
    display: flex;
    background: rgb(54 180 230 / 11%);
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}

@media (max-width: 992px) {
    .item-space {
        display: none;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* .project-responsive {
    height: unset;
}

@media (min-width: 375px) {
    .project-responsive {
        height: 63px !important;
    }
}

@media (max-width: 1139px) {
    .project-responsive {
        height: unset !important;
    }
} */

@media (min-width: 1200px) {
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .item-space {
        display: block;
    }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
    .title {
        text-align: center !important;
    }

    .title-project {
        padding-left: 24px;
    }

    .title-project__special {
        padding-left: 24px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1349px) {
    .title-project__special {
        height: 63px;
    }
}

/* .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
} */

/* @media (max-width: 1200px) {
    .item-space {
        display: none;
    }
} */

.item-info__icon-special {
    width: 64px;
    height: 55px;
    display: flex;
    background: rgb(54 180 230 / 11%);
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}

.item-info__icon img {
    width: 36px;
    height: 36px;
}

.item-info__title {
    margin-left: 12px;
}

.item-info__title a {
    color: #403e3e;
}

.item-info__title a:hover {
    text-decoration: underline;
    color: #36b4e6;
}

.item-info__title p {
    font-size: 22px;
    color: #403e3e;
    font-weight: 600;
}

.item-info__title span {
    font-size: 16px;
    color: #504d4d;
    font-weight: 500;
}

.custom-size-icon {
    width: 28px !important;
    height: 28px !important;
}

.technology-item {
    margin-bottom: 16px;
}

.technology-item_frame {
    width: 100%;
    height: 97px;
    border: 2px solid #36b4e6;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0px;
}

.technology-item_frame .title {
    font-size: 22px;
    font-weight: 700;
    color: #403e3e;
}

.technology-item_frame span {
    font-size: 16px;
}

.list-field,
.list-field__item {
    display: block !important;
}

.list-field__item::before {
    content: "\2022";
    color: #36b4e6;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 4px;
}

.list-field__item {
    font-size: 16px;
    color: #121212;
    font-weight: 500;
    margin-bottom: 12px;
}

.item-partner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 36px;
}

.item-partner .item-partner__abbott {
    width: 74px;
    height: 85px;
}

.item-partner .item-partner__aws {
    height: 85px;
    width: 240px;
    object-fit: contain;
}

.item-partner .item-partner__cucIdata {
    height: 85px;
    width: 188px;
    object-fit: contain;
}

.item-partner span {
    margin-top: 8px;
    font-weight: 500;
}

.row-partners {
    margin-bottom: 36px;
}

.wrap-row-partners-end {
    display: flex;
    justify-content: center;
}

.row-partners-end {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 336px;
}

.row-partners-end span {
    text-align: center;
    font-weight: 500;
}

.item-partner__council {
    object-fit: none;
    height: 85px;
}

.text-note {
    color: #696969;
    font-size: 12px;
    margin-top: 24px;
}

.wrap-project {
    display: flex;
    flex-direction: column;
    padding-left: 80px;
}

.title-project__special {
    font-size: 22px;
    font-weight: 700;
    color: #403e3e;
    margin-bottom: 12px;
    padding-left: 24px;
}

.row-project {
    margin-bottom: 24px;
}
