.why_chola {
    background: #e7ecf2;
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 50px;
}
.why-chola-section {
    width: 30%;
    text-align: right;
    height: 300px;
    background: #0a3c85;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.why-chola-section a {
    text-align: left;
    color: #fff;
}
.left_column {
    text-align: right;
    color: #fff;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    float: right;
    padding-right: 40px;
    position: relative;
}
.left_column h3 {
    font-family: "Open Sans";
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 12px;
}
.left_column p {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 100;
    line-height: normal;
    margin: 0;
}
.read-more {
    position: absolute;
    bottom: 0;
    right: 95px;
    font-size: 12px;
    color: #fff;
    padding: 0;
    line-height: 30px !important;
    text-decoration: none;
    border: 0 !important;
    padding-right: 40px;
    font-family: "Open Sans";
    font-weight: 400;
}
.read-more::after {
    content: " \21E2";
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 9;
    bottom: 0;
    background: #f91500;
    right: 0;
    text-align: center;
    color: #fff;
}
.company_details {
    height: 150px;
    display: flex;
    align-items: center;
    border-left: 1px solid #fff;
    max-width: 320px;
    width: 29%;
    padding: 0 20px 0 20px;
}
.company_details:first-child,
.company_details:nth-child(2),
.company_details:nth-child(3) {
    border-bottom: 1px solid #fff;
}
.comapny_details_img {
    width: 60px;
}
.comapny_details_img img {
    max-width: 100%;
    width: 47px;
    height: 47px;
    object-fit: scale-down;
}
.company_content {
    margin: 0 0 0 20px;
}
.company_content h3 {
    font-size: 35px;
    color: #0a3c85;
    font-family: "Open Sans";
    font-weight: 700;
    line-height: 33px;
}
.company_content p {
    font-size: 22px;
    color: #3a3a3a;
    font-family: "Open Sans";
    margin: 0;
    line-height: 22px;
}
.column_right_content {
    width: 70%;
    display: flex;
    flex-flow: wrap;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.column_right_content .company_details:nth-child(3n) {
    border-right: 1px solid #fff;
}
@media screen and (max-width: 1366px) {
    .why-chola-section {
        width: 25%;
    }
    .column_right_content {
        width: 75%;
    }
}
@media screen and (max-width: 1300px) {
    .company_details {
        width: 27%;
    }
}
.landing-why-chola .why_chola {
    margin-top: 0;
}
