@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Poppins', sans-serif;
    background-color: white;
    max-width:1600px;
    margin: 0 auto;
}
.sec1{
    max-height: 1024px;
}
.sec1{
    background: url('/img/bg.png');
    height: 65vh;
    background-position: center;
    background-size: cover;
}
.tittle{
    margin: 40px 40px;
    max-width: fit-content;
}
.tittle h1{
    color: white;
    font-size: 60px;
}
.tittle h1 span{
    color: #4cae48  ;
}
.tittle button{
    padding: 5px 20px;
    margin: 15px 6px;
}
.tittle button span{
    margin-left: 10px;
}
.wrapper {
    height: 370px;
  }
.sec-divider{
    background-color: #275F8D;
    height: 60px;
    width: 99.8%;
    padding-top: 25px;
}
.sec2{
    overflow: hidden;
    background-color: #fff;
    width: 80%;
    height: auto;
    padding-top:40px;
    padding-bottom: 40px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 3;
    left: 50%;
}
.sec2 .row{
    display: flex;
}
.img-container{
    display: inline;
}
.sec2 .row .col-lg img{
    width: 100px;
}
.sec2 .row .col-lg{
    margin: 10px;
}
.sec2 .row .col-lg h5{
    font-size: 15px;
}
.sec2 .row .col-lg p{
    font-size: 15px;
}
.sec2 .row .col-lg p{
    font-size: 10px;
}
.sec2 .row .col-lg img{
    height: 100px;
}
.sec3{
    width: 100%;
    background-color: #fff;
}
td{
    padding: 10px;
}
.sec3-content{
    padding: 50px 0px;
}
#sec3-heading{
    font-size: 26px;
}
#sec3-tagline{
    font-size: 16px;
}
#sec3-p{
    font-size: 15px;
}
.sec3-img{
    max-width: 100%;
    margin-top: 15px;
}
.green{
    color: #4cae48;
}
.blue{
    color: #275f8d;
}
@media only screen and (max-width: 600px) {
    .wrapper {
      height: 876px;
    }
    .tittle{
        display: flex;
        flex-direction: column;
        margin: 70px auto;
        justify-content: center;
        align-items: center;
    }
    .tittle h1{
        text-align: center;
        font-size: 30px;
    }
    .tittle button{
        margin: 20px 0;
    }
  }

  .green a 
  {
    text-decoration: none;
    border-bottom: none;
    color: green;
  }