*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* header */

#link-headers{
    text-transform: uppercase;
    font-weight: 750;
}
#about-program .about-program-container{
    margin: 100px;
}

#about-program .about-program-container .heading-program h3{
    text-align: center;
    font-size: 37px;
    color: #333;
    font-family: Roboto, serif;
}

#about-program .about-program-container .details-program p{
    margin-top: 13px;
    text-align: justify;
    font-size: 18px;
    color: black;
    font-family: Roboto, serif;
}

@media(max-width:768px){
    #about-program .about-program-container .details-program p{
           margin-top: 13px;
    text-align: justify;
    font-size: 16px;
    color: black;
    font-family: Roboto, serif;
    }
}

/* inner-training */

#span-gradient{
    background: linear-gradient(90deg, #006A4E, #018749,#17B169);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#about-program{
    align-items: center;
    justify-content: center;
}
#about-program  .about-program-container{
    max-width: 780px;
    position: relative;
   
    padding: 20px;
   
   
    box-shadow: 4px 4px 4px 4px #DCDCDC;
}

.heading-program span{
    color: black;
}
@media(min-width:1500px){
    #about-program  .about-program-container{
        max-width:860px;
        position: relative;
        left:16%;
        padding: 20px;   
        box-shadow: 4px 4px 4px 4px #006A4E;
    }
}


#inner-detail-program .program-container-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -25px;
    gap: 100px;
}

#inner-detail-program .program-container-inner .overview{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    box-shadow: 4px 4px 4px 4px #006A4E;
    padding: 45px;
    width: 636px;
    height: 230px;
}
#inner-detail-program .program-container-inner .overview .overview-details .time{
font-size: 18px;
text-align: center;
font-weight: 650;
color:#333;
font-family: Roboto, serif;
}

#inner-detail-program .program-container-inner .overview .overview-details .time-details{
    font-size: 16px;
text-align: center;
font-weight: 500;
color:black;
font-family: Roboto, serif;
}
#inner-detail-program .program-container-inner .inner-productivity-container{
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 4px 4px 4px 4px #006A4E;
    padding: 30px;
    width: 636px;
    height: 230px;
}
#productivity-para{
    font-size: 17px;
   line-height: 30px;
   margin: 30px;
   color: black;
   font-family: Roboto, serif;
   
}
#inner-detail-program .program-container-inner .inner-productivity-container .productivity-detail-2 p{
   font-size: 19px;
   line-height: 30px;
   margin-top: -40px;   
   font-family: Roboto, serif;
   
}

#inner-detail-program .program-container-inner .inner-productivity-container .productivity-detail-1 p{
    font-size: 19px;
    gap:0px;
margin-top: -40px;   
font-family: Roboto, serif;
 }

 /* team building programs */

 #team-building-program{
    margin-top: 38px;
  }

#heading-inner{
    font-family: Roboto, serif;
    font-size:38px;
    color:black;
    font-weight:650;
    text-align: center;
}
  .underline-program{
    position: relative;
    left: 30%;
    width: 200px;
    background-color: #07294D;
    height: 4px;
  }
  #team-building-program .program-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap:19px;
    margin-top: 60px;

  }
  #team-building-program .heading-program h1{
    font-size: 38px;
    color: black;
    text-align: center;
    font-weight: 650;
    font-family: Roboto, serif;
  }
  #team-building-program .program-container .box{
   width: calc(27.3%);
   border: 2px solid black;
   border-radius: 20px;
   box-shadow: 2px 3px 8px 3px #07294D;
   
  }

  #team-building-program .program-container .box .image{
    padding: 2px;
  }

  #team-building-program .program-container .box .image img{
    border-radius: 20px;
  }

  #team-building-program .program-container .box .text h3{
    text-align: center;
    color: black;
    font-weight: 700;
    font-size: 17px;
    padding:10px 10px
  }
  #team-building-program .program-container .box .text h3 span{
    color: #E5B508;
    font-weight: 750;
  }
@media(max-width:535px){
  #team-building-program .program-container {
    display: block;
    gap:20px;
  }
  #team-building-program .program-container .box{
    width: 100%;
    margin-top: 20px;
   
  }
}

/* media-query */
@media(max-width:854px){
    #about-program  .about-program-container{
        display: block;
        width: 100%;
        margin: auto;
        padding: 10PX;
        margin-top: 70PX;
    }
    #about-program  .about-program-container{
        max-width: 100%;
        position: relative;
        left:0%;
       
    }
    #inner-detail-program  .program-container-inner .inner-productivity-container{
        display: flex;
        width: 100%;
        height: 100%;
        padding: 0px;
    }
    #inner-detail-program .program-container-inner .overview{
        width: 100%;
        height: 100%;
        gap: 15px;
       
    }
    #inner-detail-program .program-container-inner{
        display: block;
    }
    #inner-detail-program .program-container-inner .inner-productivity-container .productivity-detail-2 p{
        font-size: 14px;
    }
    #inner-detail-program .program-container-inner .inner-productivity-container .productivity-detail-1 p{
        font-size: 14px;
    }
}