.seconddiv{
    padding-left: 105px;
    padding-bottom: auto;
}

.aboutus{
    border: 1px solid gray;
    height: 190px;
    width: 250px;
    /* padding-bottom: 0 !important; */
}
.boxespart {
    position: relative;
    top: -216px;
}
.aboutus h2{
    font-size: 18px;
    text-align: center;
    background: #fcc238;
    color: black;
    border-bottom: solid 1px gray;
    /* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px; */
    height: 40px;
    border-color: gray;
    padding: 10px 10px 10px 10px;
}
.link{
    text-decoration: none;
    padding-left: 10px;
    color: #0f0f0f;
    /* width: 100%; */
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}
.link:hover {
    color: #ef6868;
    text-decoration: none;
}


.boxpartone{
    width: 100%;
    /* height: 1000px; */
}
.subbox h3{
    /* margin-left: 50px; */
    padding-left: 40px;
    padding-right: 60px;
    color: #ef6868;
}
.subbox p{
    /* margin-left: 50px; */
    padding-left: 40px;
    padding-right: 150px;
    text-align: justify;
    font-size: 15px;
    width: 100%;
}
.subbox ul{
    /* margin-left: 50px; */
    padding-left: 80px;
    
}
.section-title-underline span{
    display: inline-block;
    border-bottom: 4px solid #51be78
}
/* ..............................Medium Screen Responsive............................................ */
@media only screen and (max-width: 750px) {

   
  }

  /* ..............................Mobile Responsive............................................ */
  @media only screen and (max-width: 450px) {
  .aboutus{
     margin-left: 0;
     width: 100%;
     /* padding-right: 40px; */
  }
  .seconddiv{
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
   .boxespart span{
       text-align: left !important;
   }
   .seconddiv{
       display: inline-block !important;
   }
   .subbox p{
       padding-left: 5px;
       padding-right: 10px;
   }
   .subbox ul{
       padding-left: 30px;
   }
  }