.features-section .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.features-section .title-block {
    width: 35%;
    padding-right: 30px;
    position: sticky;
    top: 200px;
}
.features-section .features-wrapper {
    width: 65%;
}
.features-section .title-block h2 {
    font-size: 51px;
    line-height: 66.30px;
    font-weight: 200;
    margin-bottom: 15px;
}
.features-section .features-wrapper .feature-block {
    width: calc(50% - 15px);
    border: 1px solid rgba(5, 5, 5, 0.1);
    padding: 24px;
    background-color: #fff;
}
.features-section .features-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-left: 30px;
}
.features-section  .feature-block .icon-block {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: rgb(5, 5, 5);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.features-section .features-wrapper .feature-block .icon-block img {
    filter: brightness(0) invert(1);
}
.features-section .feature-block .content-block h3 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    margin-bottom: 20px;
}
.features-section  .feature-block .content-block {
    padding-top: 15px;
}
@media only screen and (max-width: 1399px) {
    .features-section .feature-block .content-block p,.features-section .title-block p {
        font-size: 18px;
        line-height: 28px;
    }
    .features-section .feature-block .content-block h3 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .features-section .title-block h2 {
        font-size: 40px;
        line-height: 56px;
    }
    .features-section .title-with-dot {
        font-size: 14px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .features-section .title-block {
        width: 100%;
        position: inherit;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .features-section .features-wrapper {
        width: 100%;
        padding-left: 0;
    }
}
@media only screen and (max-width: 991px) {
    .features-section .features-wrapper {
        gap: 20px;
    }
    .features-section .feature-block .content-block h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .features-section .features-wrapper .feature-block {
        padding: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .features-section .features-wrapper .feature-block {
        width: 100%;
    }
    .features-section .title-with-dot {
        font-size: 12px;
        line-height: 30px;
        letter-spacing: 6px;
    }
    .features-section .title-block h2 {
        font-size: 36px;
        line-height: 52px;
    }
}