#products_banner{
    padding-left: calc((100vw - 1234px) / 2);
    padding-top: 120px;
    padding-bottom: 0;
}
.products-content p{
    max-width: 451px;
    margin-top: 30px;
}
#research{
    background: #E1E8FF;
    padding: 15px 0 25px;
}
.research-content p{
    margin-bottom: 0;
    color: #30266E;
}
.research-content h2{
    margin-bottom: 3px;
}
.research-btn a{
    display: flex;
    margin-left: auto;
    width: 283px;
    height: 54px;
    background: #638DF6;
    color: #fff;
    border: 1px solid #638DF6;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.research-btn a:hover{
    background: transparent;
    color: #638DF6;
}
#research_grid{
    background: #AEBFF8;
    padding: 60px 0 40px;
}
.research-img img{
    width: 100%;
    height: 277px;
    object-fit: cover;
    border-radius: 10px;
}
.research-content{
    background: #E1E8FF;
    padding: 23px 14px 15px;
    margin-top: 10px;
    border-radius: 10px;
}
.research-content h5{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.14;
    margin-bottom: 15px;
}
.read-more-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.read-more-wrapper > div *{
    font-size: 12px;
    color: #292062;
    font-weight: 600;
}
.read-more a:hover{
    color: #638DF6;
}
.products-image img{
    max-width: 650px;
}
@media(max-width: 1024px){
    #products_banner .col-md-7,
    #products_banner{
        padding-right: 0 !important;
    }
    .products-content{
        padding-bottom: 30px;
    }
    .research-img img{
        height: 240px;
    }
    .products-image img{
        max-width: 100%;
    }
}
@media(max-width: 767px){
    .products-content p{
        margin-top: 20px;
    }
    .products-content{
        padding-bottom: 20px;
    }
    .research-btn a{
        margin: 25px 0 0;
    }
    #research_grid .col-12{
        margin-bottom: 20px;
    }
}