.bot-lower-section .list-section {grid-auto-rows: 200px;border: 2px solid #fff;list-style: none;float: left;box-sizing: border-box;width: 100%;grid-template-columns: repeat(auto-fit, minmax(199px, 1fr));display: grid;grid-gap: 5px;grid-auto-flow: dense;}
.bs-inner-box:nth-child(8n),.bs-inner-box:nth-child(3n),.bs-inner-box:nth-child(7n) {
    grid-row: span 2 !important;
  grid-column: span 2 !important;
}
.bs-inner-box:nth-child(n) {
  width:100%;
  background: #d35400;
  grid-column: span 2;
  grid-row: span 2;
}
.grid.section .front-face h3 {
    font-size: 32px;
    position: relative;
}
.grid.section .front-face h3::before {
    background: #fff;
    content: "";
    display: block;
    margin: 0 auto 10px;
    max-width: 40px;
    padding: 3px;
    position: unset !important;
}
.bs-inner-box:nth-child(2n) {
    grid-column: span 2;
    grid-row: span 1;
    background-color: #ff6f69;
}
.bs-inner-box {
      background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !IMPORTANT;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}
.bs-inner-box:nth-child(5n),.bs-inner-box:nth-child(6n) {
    grid-column: span 2;
    grid-row: span 2 !important;
}
.bs-inner-box .back-face {
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    transition: all .3s ease-in-out;
    visibility: hidden;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.front-face {
    width: 100%;
      position: relative;
}
.sub-head-section {
    margin: 0 auto;
    max-width: 1500px;
}
.bs-inner-box:before {
    transition: all .3s ease-in-out;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    content: "";
    z-index: 0;
}
.back-face p {
    font-size: 18px;
}
.back-face p,.front-face h3 {
    color: #fff;
}
.bs-inner-box:hover .front-face {
    opacity: 0;
    transition: all .3s;
}

.bs-inner-box:hover .back-face {
    opacity: 1;
    visibility: visible;
}
.bs-inner-box:nth-child(3n) {
    grid-row: span 1;
    background-color: #96ceb4;
    grid-column: span 2;
}

.bs-inner-box:nth-child(4n) {
    background-color: #ffcc5c;
    grid-column: span 2;
    grid-row: span 1;
}
.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: center;
    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 .sub-head {
    position: relative;
}

.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;
}

@media screen and (max-width: 770px) {
    .img-bot-lower img {
    height: 100% !important;
}