.platform-section{
    background-color: #FFFCF9;
}
.platform-section h2{
    color: #1A1B20;
    text-align: center;
    font-family: "Playfair Display";
    font-size: clamp(36px, calc(29.14px + 2.14vw), 60px);
    font-style: italic;
    font-weight: 400;
    padding-top: 80px;
    max-width: 800px;
    margin: 0 auto;
}
.platform-section .features-row{
     display: flex;
    gap: 132px;
    padding: 80px 0;
    max-width: 1122px;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap;
}
.platform-section .features-row.features-row-reverse{
    flex-direction: row-reverse;
}
.platform-section .features-row .feature-content{
     flex: 0 0 calc(51.5% - 66px);
    max-width: calc(51.5% - 66px);
}
.platform-section .features-row .feature-image{
    flex: 0 0 calc(48.5% - 66px);
    max-width: calc(48.5% - 66px);
}
.platform-section .features-row .feature-image img,
.platform-section .features-row .feature-image picture
{
    width: 100%;
    display: block;
    height: auto;
}
.platform-section .features-row .feature-content h3{
    color: #1A1B20;
    font-family: "Playfair Display";
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 24px;
}
.platform-section .features-row .feature-content  span{
    color: #1A1B20;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 10px;
    display: inline-block;
}
.platform-section .features-row .feature-content p{
color: #1A1B20;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}
.platform-section .features-row .feature-content a{
    color: #1A1B20;
    font-family: "Playfair Display";
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 3px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-offset: 2px;
    text-transform: uppercase;
    margin-top: 27px;
    display: inline-block;
}
@media(max-width:1199px){
    .platform-section .features-row{
        padding: 60px 0;
    }
    .platform-section h2{
        padding-top: 60px;
    }
    .platform-section .features-row{
        gap: 80px;
    }
    .platform-section .features-row .feature-content{
     flex: 0 0 calc(51.5% - 40px);
    max-width: calc(51.5% - 40px);
}
.platform-section .features-row .feature-image{
    flex: 0 0 calc(48.5% - 40px);
    max-width: calc(48.5% - 40px);
}
}
@media(max-width:991px){
    .platform-section .features-row .feature-content h3{
        font-size: 28px;
    }
    .platform-section .features-row .feature-content span{
        font-size: 18px;
    }
    .platform-section .features-row .feature-content a{
        font-size: 18px;
    }
}
@media(max-width:767px){
    .platform-section .features-row{
        padding: 30px 0;
    }
    .platform-section h2{
        padding-top: 30px;
    }
        .platform-section .features-row .feature-content{
     flex: 0 0 100%;
     max-width: 100%;
     order: 2;
}
.platform-section .features-row .feature-image{
   flex: 0 0 100%;
     max-width: 100%;
     order: 1;
}
.platform-section .features-row{
    gap: 0;
}
.platform-section .features-row .feature-content a{
    margin-top: 15px;
}
.platform-section .features-row .feature-content h3{
    margin-bottom: 20px;
}
}
