.wrap-content-tn {
    display: flex;
    width: 100%;
    gap: 130px;
    align-items: center;
}

.title-content-tn {
    max-width: 546px;
    width: 41%;
}

.text-tn {
    max-width: 644px;
    width: 59%;
}

.title-content-tn h2 {
    font-weight: 300;
    font-size: clamp(36px, 4.5vw, 64px);
    line-height: 1.04;
    letter-spacing: -0.03em;
    font-family: 'Inter', sans-serif;

}

.title-content-tn strong {
    font-weight: 500;
    font-style: italic;
}

em,
i {

    font-style: italic;
}


.hightlight-tn {
    color: var(--color-blue);
}


.text-tn p {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    color: var(--color-light-gray);
    margin-bottom: 29px;
    font-weight: 400;
}

.text-tn p:last-child {
    margin-bottom: 0px;
}


.section-title-content-tn {
    padding: 140px 0 10px;

}

.body-text-tn {
    display: flex;
    width: 100%;
    gap: 20px;
    position: relative;
    z-index: 2;
    align-items: center;

}

.section-text-tn {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 240px 0 229px;
    position: relative;
    overflow: hidden;
}

.overlay-tn {
    position: absolute;
    width: 100%;
    max-width: 1441px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    top: 50%;

}

.right-text-tn {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 150px;
    max-width: 947px;
    width: 75.2%;
}

.item-text-tn p strong {
    font-weight: 500;


}

.wrap-content-text-tn {
    position: relative;
}

.wrap-body-text {
    display: flex;
    flex-direction: column;
    gap: 167px;

}

.item-text-tn p {
    font-weight: 300;
    font-size: clamp(20px, 3.33vw, 48px);
    line-height: 1.04;
    letter-spacing: -0.01em;

}

.left-text-tn h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.01em;

}

.left-text-tn {
    width: 24.8%;
}

.section-card-tn {
    padding: 136px 0;
}

.item-card-tn img {
    width: 62px;
    height: 62px;
    margin-left: auto;
}

.item-card-tn {
    border: 1px solid #E5E6F2;
    padding: 32px 32px 24px;
    border-radius: 20px;
    display: flex;
    gap: 83px;
    flex-direction: column;
}

.item-card-tn {

    transition: all 0.3s ease-in-out;
}

.item-card-tn:hover {
    background-color: #003AD2;
	border-color:#003AD2;
}

.list-card-tn {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 16px;
    justify-content: center;
}

.over-custom-bg {
    position: absolute;
    width: 539.97px;
    height: 760.02px;
    background: #003AD2;
    mix-blend-mode: plus-lighter;
    opacity: 0.25;
    filter: blur(150px);
    right: 0;
    bottom: 0;
    pointer-events: none;

}

.section-card-tn {
    position: relative;
}

.section-text-tn .over-custom-bg {
    right: inherit;
    left: 20%;
    width: 360px;
    height: 506px;

}

.list-card-tn {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.item-card-tn {
    width: calc((100% - 32px) / 3);
    box-sizing: border-box;
    flex: 1 1 auto;
}


.title-card-tn {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.04em;
}

@media(max-width: 1023px) {
    .wrap-content-tn {
        gap: 49px;
    }

    .left-text-tn {
        width: 30%;
    }

    .right-text-tn {
        width: 70%;
    }

    .item-card-tn {
        width: calc((100% - 16px) / 2);
    }

}

@media(max-width: 767px) {

    .wrap-content-tn,
    .wrap-body-text,
    .body-text-tn {
        flex-wrap: wrap;

    }

    .title-content-tn,
    .text-tn,
    .body-text-tn,
    .right-text-tn,
    .left-text-tn {
        width: 100%;
    }

    .section-title-content-tn {
        padding: 45px 0 27px;
    }

    .text-tn p {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .section-text-tn {
        padding: 37px 0 75px;
    }

    .left-text-tn h3 {
        font-size: 16px;
    }

    .body-text-tn {
        gap: 35px;
    }

    .wrap-body-text {
        gap: 30px;
    }

    .right-text-tn {
        padding-left: 13.74vw;
    }

    .item-text-tn p {
        letter-spacing: -0.03em;
    }

    .overlay-tn {
        left: 37%;
        top: 54%;
    }

    .section-text-tn .over-custom-bg {
        width: 100px;
        height: 100px;
        left: 0;
        top: 50%;
    }

    .item-card-tn {
        width: calc((100% - 9px) / 2);
    }

    .list-card-tn .item-card-tn:nth-last-child(1):nth-child(odd) {
        width: 100%;
    }

    .title-card-tn {
        font-size: 16px;
    }

    .item-card-tn img {
        width: 24px;
        height: 24px;
    }

    .item-card-tn {
        gap: 30px;
        padding: 16px 14px 17px 16px;
    }

    .list-card-tn {
        gap: 9px;
    }

    .section-card-tn {
        padding: 33px 0;
    }
}

@media(max-width: 560px) {
    .overlay-tn {
        left: 50%;
        top: 64%;
        scale: 1.15;
    }
}