/* Best */

.home-best-main {
    padding-top: 120px;
    padding-bottom: 120px;
    background: linear-gradient(180deg, #006298 0%, #00476E 100%);
}

.home-best-main-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 144px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    color: #FFFFFF;
    margin-bottom: 80px;
}

.home-best-content-holder {
    background-color: #F2FAFF;
    border-radius: 40px;
    display: flex;
    padding: 56px;
    gap: 100px;
}

.home-best-content-1,
.home-best-content-2 {
    width: 50%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.home-best-content-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}

.home-best-content-title-1 {
    color: #000000;
}

.home-best-content-image-holder {
    height: 210px;
    margin-bottom: 32px;
}

.home-best-content-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-best-content-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home-best-content-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}

.home-best-content-item svg {
    flex-shrink: 0;
}

.home-best-content-item-data {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.home-best-content-item-text {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}

.home-best-content-item-text-1 {
    color: #000000;
}

.home-best-content-item-description {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    margin: 0;
    color: #414141;
}

.home-best-content-title-2 {
    color: #414141;
}

.home-best-content-item-text-2 {
    color: #414141;
}

.home-best-content-2::before{
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #CAE4F5;
}

@media (max-width: 1024px) {

    .home-best-main-title {
        font-size: 100px;
    }

    .home-best-content-holder {
        padding: 40px;
        gap: 80px;
    }

    .home-best-content-1, 
    .home-best-content-2 {
        padding: 0;
    }

    .home-best-content-title {
        font-size: 40px;
    }

    .home-best-content-2::before{
        left: -40px;
    }
}

@media (max-width: 767px) {

    .home-best-main {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .home-best-main-title {
        font-size: 80px;
        line-height: 120%;
        margin-bottom: 32px;
    }

    .home-best-content-holder {
        flex-direction: column;
        padding: 56px;
    }

    .home-best-content-1, 
    .home-best-content-2 {
        width: 100%;
        gap: 16px;
    }

    .home-best-content-title {
        font-size: 45px;
    }

    .home-best-content-2::before{
        top: -40px;
        left: 0;
        right: 0;
        height: 1px;
        width: 100%;
    }
}

@media (max-width: 500px) {

    .home-best-main-title {
        font-size: 60px;
    }

    .home-best-content-holder {
        padding: 40px 32px;
    }

    .home-best-content-title {
        font-size: 40px;
    }

    .home-best-content-image-holder {
        height: 150px;
        margin-bottom: 16px;
    }

    .home-best-content-item {
        gap: 8px;
    }

    .home-best-content-item-text {
        font-size: 18px;
    }
}
