.rd-section{
    padding: 90px 0 100px;
}
.rd-section .section-desc{
font-family: MontserratLight;
font-size: 16px;
color: #3A444A;
line-height: 26px;
margin-top: 1.5em;
}
.rd-section .feature-list{
    margin-top: 55px;
}
.rd-section .feature-row{
    display: flex;
    justify-content: space-between;
    background: #F5F5F5;
}
.rd-section .feature-row:nth-child(2n){
    flex-direction: row-reverse;
}
.rd-section .feature-row:not(:last-child){
    margin-bottom: 60px;
}
.rd-section .feature-row .img-box{
    width: 40%;
}
.rd-section .feature-row .text-box{
    flex: 1;
    padding: 50px 60px;
}
.rd-section .feature-row .text-box .section-title{
    text-align: left;
}
.rd-section .feature-row .text-box .text{
font-family: MontserratLight;
font-size: 16px;
color: #3A444A;
line-height: 26px;
margin-top: 11px;
}
@media (max-width:1199px) {
    .rd-section{
        padding: 75px 0;
    }
    .rd-section .feature-list{
        margin-top: 45px;
    }
    .rd-section .feature-row:nth-child(2n),
    .rd-section .feature-row {
        flex-direction: column;
    }
    .rd-section .feature-row .img-box,
    .rd-section .feature-row .text-box{
        width: 100%;
    }
    .rd-section .feature-row .text-box{
        padding: 40px;
    }
    .rd-section .feature-row:not(:last-child){
        margin-bottom: 45px;
    }
}
@media (max-width:1024px) {
    .rd-section .feature-row:not(:last-child){
        margin-bottom: 40px;
    }
    .rd-section{
        padding: 65px 0;
    }
    .rd-section .feature-list{
        margin-top: 40px;
    }
    .rd-section .section-desc{
        margin-top: 1em;
    }
}
@media (max-width: 768px) {
    .rd-section .feature-row .text-box{
        padding: 30px;
    }
    .rd-section .feature-row:not(:last-child){
        margin-bottom: 30px;
    }
    .rd-section{
        padding: 55px 0;
    }
    .rd-section .feature-list{
        margin-top: 30px;
    }
}
@media (max-width: 500px) {
    .rd-section .feature-row .text-box .section-title{
        font-size: 20px;
    }
    .rd-section .feature-row .text-box{
        padding: 25px;
    }
    .rd-section{
        padding: 45px 0;
    }
    .rd-section .feature-list{
        margin-top: 25px;
    }
}