.module-container{
    display: flex;
    flex-direction: column;
    align-self: stretch;
    width: 100%;
    height: 100%;
    overflow: hidden;
   color: #ffff;
   max-width: 100%;
   font-family: 'EffraRegular'!important;
}
.module-row{
  max-width: 100%;
  display: block;
}
.bottom-section {
    margin: 40px 0 0;
}
.bottom-section .bot-upper-section {
    align-items: flex-start;
    display: flex;
  flex-direction: column;
}
.bottom-section .bot-upper-section .title {
    flex: 1 1 50%;
    padding: 15px 0 0;
    position: relative;
}
.bottom-section .bot-upper-section .title h2 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
}
.bottom-section .bot-upper-section .main-des {
    flex: 1 1 50%;
    font-size: 16px;
}
.bot-lower-section {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    margin: 40px 0 0;
    padding: 60px;
}
.img-bot-lower{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
img {
    height: auto;
    width: auto;
    object-fit: cover;
    max-width: 100%;
    border: 0;
    vertical-align: bottom;
}
.bot-lower-section .sub-head {
    position: relative;
}
.bot-lower-section .list-section {
    display: flex;
    margin: 40px 0 0;
    margin: 40px auto 0;
    max-width: 80%;
}
.bot-lower-section .list-section .bs-inner-box {
    background-color: rgba(9,8,8,.65);
    border-radius: 5px;
    flex: 1 1 33%;
    font-size: 18px;
    line-height: 20px;
    margin: 0 20px;
    max-width: 30%;
    padding: 30px 15px;
    text-align: center;
}
.bs-inner-box span {
    display: inline-block;
    min-height: 45px;
}
.bs-inner-box span.bottom-text {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
}
.main-des{
    color: #55565a;
    padding-top: 50px;
}
.bottom-section .bot-upper-section .title:after {
    display: none;
  
}
.bottom-section .bot-upper-section .title:before {
    background: #0c9ba9 !important;
    content: "";
    display: block;
    margin: 0 auto 10px;
    max-width: 40px;
    padding: 3px;
    position: unset !important;
}
.img-bot-lower img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.sub-head-section{
  display: flex;
  justify-content: center;
}
p.sub-head:before {
/*     left: 10vw !important; */
   display: none;
}
@media screen and (max-width: 770px) {
    .img-bot-lower img {
    height: 100% !important;
}