
.research_wrap  {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f4f3f1;
    padding: 2%;
    gap: 3%;
}
.container-left {
    width: 50%;
}
.container-right {
    width: 50%;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-space-evenly {
    justify-content: space-evenly;
}
.research-title {
    font-size: 1.3em;
    margin-bottom: 0%;
    line-height: 1.2em;
    font-family: "HelveticaNeueLTStd-Roman", serif !important;
    color: #ee312e;
    text-transform: uppercase;
}
.research_wrap .m21-btn {
    width: 100% !important;
    background-color: #009ba7 ;
    color: #fff;
    padding: 4% !important;
    max-width: 100% !important;
    font-size: 16px !important;
    margin-bottom: 0px !important;
}
.research_wrap .m21-btn:hover {
    color: #009ba7;
    border: 1px solid #009ba7;
    background-color: #fff !important;
}
@media screen and (max-width: 750px) {

    .container-left {
        width: 100%;
    }
    .container-right {
        width: 100%;
        margin-top: 5%;
        gap: 10%;
    }
    .m21-txtcont-desc {
        margin-top: 5%;
        margin-bottom: 5%;
    }
}
