.about-welcome-section .sub-content-text strong{
  color:#0E325F;
}
.about-welcome-section {
    padding: 86px 0 95px 0;
}
.about-welcome-section .about-row-wrab-container {
    display: flex;
    gap: 0 75px;
    align-items: center;
    padding: 50px 0px;
    max-width:1200px;
    padding: 0px 30px;
    margin:0 auto;
}
.about-welcome-section .about-row-wrab-container .ab-left-content {
    width: 50%;
}
.about-welcome-section .about-row-wrab-container .ab-right-content {
    width: 50%;
}
.about-welcome-section h2 {
    font-family: 'Gotham';
    font-size: 36px;
    color: #0E325F;
    padding: 0;
    margin-left:0px;
    font-weight: 700;
    display: inline-block;
    line-height: 46px;
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
}
.about-welcome-section h2:before {
    content: '';
    left: -16px;
    top: 0;
    height: 34px;
    width: 3px;
    background-color:#21B155;
    transform: skewX(-18deg);
    position: absolute;
    display:none;
}
.about-welcome-section img {
    border-radius: 15px;
    width: 100%;
    height:615px;
}
.about-welcome-section .about-img-box {
    max-height:615px;
    overflow: hidden;
    border-radius: 15px;
}


.about-welcome-section p {
     font-family: 'GothamBook';
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 12px;
    color: #000000;
    line-height:28px;
}

.about-welcome-section a, 
.about-welcome-section a:visited, 
.about-welcome-section a:focus {
    font-family: 'GothamBook';
    font-size: 16px;
    font-weight: bold;
    color:#21B155;
    line-height: 1.468;
}
.about-welcome-section a:after {
    content: "\f178";
    font-family: "fontawesome";
    font-size: 16px;
    vertical-align: middle;
    margin-left: 12px;
}
.about-welcome-section a:hover {
    color: #000000;
    text-decoration: none;
}

.about-welcome-section .read-more-btn {
    margin-top: 26px;
}
