/* guiding-sec start here */
section.guiding-sec {
    padding-bottom: 64px;
}
/* guiding-sec end here */

.main_heading h4 {
    font-family: var(--font-heading);
    font-size: 22px;
    color: #000000;
}
/* team-sec start here*/
section.team-sec {
    padding: 75px 0;
}
.team_info {
    text-align: center;
    background-color: #DD2200;
    width: 80%;
    position: absolute;
    bottom: -18px;
    border-radius: 12px;
    padding: 7px;
}

.team_info h5 {
      font-family: var(--font-tahomabd);
      color: #FFFFFF;
      margin: 0;
      font-size: 16px;
}

.team_info P {
    color: #FFFFFF;
    font-family: var(--font-GeneralSans-Medium);
    margin: 0;
    font-size: 13px;
}

.team_img {
    position: relative;
    display: flex;
    margin: 18px 0;
    justify-content: center;
}

/* team-sec end here*/


@media(max-width:580px){
    .service_detail_wrapper span {
        display: block;
    }
    
    .service_detail_wrapper .main_heading h2 {
        font-size: 25px;
    }
}
