#epiqueVentures {
  color: #424242;
}


#epiqueVentures {
    background-image: url("../img/epiquebackground.png");
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #FBF6E9;
    background-blend-mode: darken;
}
#epiqueVentures p {
  word-spacing: .2em;
  font-weight: 400;
}

#epiqueVentures h3 {
  font-size: 21px;
}
#epiqueVentures h4 {
  color: #404040;
  font-size: 17px;
  font-weight: 500;
}
#epiqueVentures .achivements {
  column-gap: 3%;
  row-gap: 20px;
}

#epiqueVentures .achivements > span {
  width: 40%;
  padding: 20px 20px;
  border-radius: 11px;
  color: #424242;
  font-size: 14px;
  font-weight: 700;
  border: 0;
  background-color: #ffffff;
}

#epiqueVentures .achivements > span p.number{
  font-size: 32px;
  line-height: 1.2em;
}


#epiqueVentures img {
  max-height: 500px;
  object-fit: contain;
}

#epiqueVentures .tagline {
  display: block;
  color: #424242;
  font-size: 17px;
  font-weight: 900;
  margin-top: 20px;
}


.aboutUs-text {
  line-height: 1.64em;
}

#expertise {
  background-color: #FBF6E9;
}

.expertise-card {
border: 2px solid transparent;
border-radius: 10px;
transition: border .5s;
}

.expertise-card:hover {
  border: 2px solid #F3B51F;
  box-shadow: 0px 0px 10px 0px #0000002d;
  }
.expertise-card h3 {
  white-space: pre-line;
}

#expertise .card-body {
  padding-block: 35px;
}

#management {
  background-color: #FFFAED;
}


#management img {
    object-fit: contain;
}

#management .achivements * {
    color: #F3B51F;

}
#management .achivements {
 margin-right: 20%;
}

#management .achivements ul li {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.7em;
   }

#management .achivements h3 {
   font-weight: 700;
   font-size: 22px;
   }


.service-card-title {
font-size: 24px;
font-weight: 700;

}

.header-carousel .header-carousel-item {
  height: 100vh;
}

/* announcement */
#announcement h2{
font-size: 32px;
}

#announcement h2 strong{
font-weight: 900 ;
}




/* .testimonial-item .client-feedback:before {
content: url("/img/svg/quotes-before.svg");
display: block;
text-align: left;
} */

/* .testimonial-item .client-feedback:after {
  content: url("/img/svg/quotes-after.svg");
  display: block;
text-align: right;
  } */
  @media (min-width: 992px) {
    #epiqueVentures .row img, #aboutUs .row img {
        /* max-height: 500px; */
        object-fit: cover;
    }
}

  @media (max-width: 991px) {
    .heading h3 {
      font-size: 30px;
    }
  
    #epiqueVentures .tagline {
      margin-top: 0px
    }
      .header-carousel .header-carousel-item .carousel-caption {
          padding-block: 45px;
      }
  
      .header-carousel .header-carousel-item {
          height: 500px;
      }
      #epiqueVentures h3 {
          font-size: 20px;
      }
  
      #epiqueVentures .achivements {
          column-gap: 4%;
          row-gap: 10px;
        }
  
        #management .achivements{
          margin: 0%;
        }
  
      #epiqueVentures .achivements > span {
          width: 48%;
      }
      #epiqueVentures .row img{
        max-height: 300px;
        object-fit: cover;
            }
  }



@media (max-width: 767.48px) {
    
    h4{
        font-size: 15px;
    }
    h1{
        font-size: 25px !important;
    }

    #announcement h2 {
      font-size: 20px;
    }
    .announcement-carousel h3 {
      font-size: 14px;
    }
    .header-carousel-item  h1 {
        line-height: 1.3em !important;
    }
    #epiqueVentures h3 {
        font-size: 18px;
        text-align: center;

    }
    #epiqueVentures h4 {
        font-size: 12px;
      }
      #epiqueVentures .achivements {
        column-gap: 4%;
        row-gap: 10px;
      }


    #epiqueVentures .achivements > span {
        width: 48%;
        font-weight: 400;
        padding: 10px 12px;
        font-size: 12px;
      }
      #epiqueVentures .tagline {
        text-align: center;
      }
      
    #management .achivements {
        margin-right: 0%;
    }
    #management .achivements h3 {
        font-size: 18px;
    }
    #management .achivements ul li {
        font-size: 14px;
        font-weight: 400;
    }

    #professionalService .professional-service-card {
        height: 255px;
    }
    .header-carousel .header-carousel-item {
      height: 350px;
  }
}