#ourServicesContainer{
    display: flex;
    width: 100%;
    /* height: 120vh; */
    flex-direction: column;
    align-items: center;
    width: 100%;
}
#ourSevicesHeadingContainer h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
}
.accordion{
    display: none;
}
#servicesContainer ul{
    /* width: 100%;
    
    background-color: #004955; */
    padding: 0;
}
#servicesContainer ul li{
list-style: none;
    font-size: 18px;
        padding: 18px 25px;
    font-weight: 600;
    color: #fff;
    border-style: dashed;
    border-width: 0 0 1px;
    border-radius: 0 0 0 0;
    cursor: pointer;

    /* width: 100%; */
}
#accordionFlushExample{
    width: 100%;
}
.accordion-button{
    background-color: #f1f1f1!important;
        font-size: 1rem;
    font-weight: 700;
    line-height: 1;

}
.accordion-button:focus{
    background-color: #004955!important;
color: white;
border: none!important;
box-shadow: none!important;

}
#servicesInfoOuterContainer{
    width: 70%;
}
#servicesContainer{
    background-color: #004955;
    /* width: 40%; */
    display: flex;
    padding: 20px 30px 50px 20px;
}
#servicesInfoContainer{
    background-color: #F5F5F5;
    width: 100%;
    padding: 33px 44px;

    /* height: 100vh; */
margin-top: 20px;
}
.dropdownServicesInfoContainer{
    background-color: #F5F5F5;
    width: 100%;
    padding: 18px 44px;

    /* height: 100vh; */
margin-top: 20px;
}
.accordion-body {
    padding: 0 4px;
}
.accordion-flush>.accordion-item>.accordion-collapse {
  padding-bottom: 16px;
}
.accordion-item {
    border: none;

}
.servicesInfoHeading{
    font-size: 30px;
    font-weight: 650;
    margin-bottom: 22px;
    margin-top: 12px;
}
.servicesInfoProjectsHeading{
    font-size: 23px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 22px;


}
.servicesInfoDescription{
      font-size: 18px;
    line-height: 29px;
margin-bottom: 19px;
    font-weight: 400;
    color: #7a7a7a;
}
#servicesOuterContainer{
    width: 100%;
    display: flex;
    gap: 22px;
    justify-content: center;
    padding: 21px 64px;
}
.servicesInfoProjectsList{
    color: #7a7a7a;
}
.servicesInfoProjectsList li{
    color: #7a7a7a;
    margin-bottom: 16px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .3px;
}
#ourServicesKnowMoreBtn{
    background-color: #004955;
    color: white;

}
.ourServicesKnowMoreBtn{
    background-color: #004955;
    color: white;

}


@media (max-width: 1404.5px) {

#servicesInfoOuterContainer {
    width: 60%;
}


}
@media (max-width: 1204.5px) {

#servicesOuterContainer {
    width: 100%;
    display: flex;
    gap: 22px;
    justify-content: center;
    padding: 22px 54px;
}

}
@media (max-width: 1064.5px) {

#servicesOuterContainer {
    width: 100%;
    display: flex;
    gap: 18px;
    justify-content: center;
    padding: 22px 23px;
}

}
@media (max-width: 991.5px) {
#servicesInfoOuterContainer{
    display: none!important;
}
#servicesContainer{
    display: none!important;
}
.accordion {
    display: block;
}

}

@media (max-width: 591px) {

.servicesInfoHeading {
    font-size: 20px;
  
}
.servicesInfoDescription {
    font-size: 12px;
    line-height: 19px;
  
}
.servicesInfoProjectsHeading {
    font-size: 18px;
 
}
.servicesInfoProjectsList li {
  
    font-size: 10px;

}
}

@media (max-width: 350.5px) {
#servicesInfoOuterContainer{
    display: none!important;
}
#servicesContainer{
    display: none!important;
}
.accordion {
    display: block;
}
.accordion-button{
    font-size: 12px;
    padding: 14px;
}
.servicesInfoHeading {
    font-size: 17px;
 
}
.servicesInfoDescription {
    font-size: 10px;
  line-height: 17px;
}
.servicesInfoProjectsHeading {
    font-size: 16px;
margin-bottom: 14px;
}
.servicesInfoProjectsList li {
 
    font-size: 9px;
 
}
#ourSevicesHeadingContainer h2 {
    font-size: 27px;

}
.ourServicesKnowMoreBtn {

    font-size: 12px;
    padding: 8px 15px !important;
}
.dropdownServicesInfoContainer {
  
    padding: 18px 24px;
    /* height: 100vh; */
}
.servicesInfoProjectsList{
    padding-left: 1.4rem;
}
}