.hero_title_towclm {
    position: relative;
    padding: 100px 0px 80px 0px;
    background: #F4F7FC;
}
.hero_title_towclm::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -80px;
    left: 0;
    opacity: 0.2;
    background: linear-gradient(180deg, rgba(56, 136, 255, 0.21) 20.32%, #3888FF 65.36%, #389CFF 80.95%, rgba(56, 156, 255, 0.00) 100%);
}
.hero_title_towclm .page-center {
    position: relative;
    z-index: 1;
}
.hero_title_towclm .heading_section {
  max-width: 810px;
  margin: 0px auto 60px auto;
  text-align: center;
}
.hero_title_towclm .heading_section h2 {
    color: #173571;
    text-align: center;
/*     font-size: 48px; */
    font-style: normal;
    font-weight: 700;
     /* 81.6px */
    text-transform: capitalize;
    margin-bottom: 10px;
}

.hero_title_towclm .heading_section p {
    color: #64748B;
    text-align: center;
/*     font-size: 17px; */
    font-style: normal;
    font-weight: 400;
/*     line-height: 30px; /* 176.471% */ */
}

.hero_title_towclm .row_content {
    display: flex;
    flex-wrap: wrap;
    border-radius: 40.255px;
    background: #FFF;
    box-shadow: 0px 91.379px 107.504px 0px rgba(205, 205, 205, 0.16);
    overflow: hidden;
}

.hero_title_towclm .row_content .cl_7 {
    width: 60%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hero_title_towclm .row_content .cl_5 {
    width: 40%;
}

.hero_title_towclm .row_content .cl_7 .clsp {
    padding: 60px;
}

.hero_title_towclm .row_content .cl_7 .clsp h2 {
    color: #173571;
/*     font-size: 40px; */
    font-style: normal;
    font-weight: 700;
/*     line-height: 52px; /* 130% */ */
    margin-bottom: 10px;
}

.hero_title_towclm .row_content .cl_7 .clsp p {
    color: #64748B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 176.471% */
}

.hero_title_towclm .row_content .cl_5 .clsp {
    width: 100%;
    height: 100%;
}

.hero_title_towclm .row_content .cl_5 .clsp img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.hero_title_towclm .row_content .cl_7 .clsp .btn_module {
    margin-top: 40px;
}

.hero_title_towclm .row_content .cl_7 .clsp .btn_module a {
    border-radius: 150px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 18px 30px;
    text-transform: capitalize;
    background: #173571;
}

.hero_title_towclm .row_content .cl_7 .clsp .btn_module a:hover {
    background: #359bec;
}