body{

  background-image: linear-gradient(to right, #fafafa, #ffffff9f);
  }

  *{
    font-family: 'Barlow';
    font-size:12px;
    font-weight: 10;
    text-transform: capitalize;
  }
  
  .container__box img{

    width: 80px;
    height: 80px;
    margin-bottom: 0px;

  }

 img{
max-width: 130px;
max-height: 130px;

margin-right:auto;
margin-left: auto;
margin-bottom: 50px;
 }
  .container{
    display: grid;
    margin: auto;
    width: 90%;
    
    padding: 10px;
  
  }
  .container__box{
   
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
    gap: 50px;

  }
 
  .box a {
   margin-top: 20px;
   margin-bottom: 20px;
}
.box h3 {
    margin-top: 20px;
   
 }

  .container .container__box .box{
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 1px 1px 1px #333;
    text-align: center;
    padding: 20px 30px;
  }
  
  
  .container__heading{
    text-align: center;
    padding-bottom: 10px;
    color: rgb(204, 8, 47);
    text-shadow: 0 3px 3px rgb(4, 72, 104);
    font-size: 30px;
    font-weight: 600;
    margin-top:60px;
    margin-bottom: 50px;
  }
  .container .container__box .box h3{
    color: #07608a;
    font-size: 15px;
    font-weight: 600;
  }
  .container .container__box .box p{
    font-size: 14px;
    font-weight: 100;
    color: #555;
  }



  .buttongir{
    background-image: linear-gradient(to top, #fafafa, #2b4e0e3b);
    /*background-image: linear-gradient(to right, #db060665, #7a7e7db4);*/
    border: none;
    color: #1b1919;
    text-align: center;
  
  
    transition: all 0.5s;
    transition: 0.5s;
    cursor: pointer;
   
    border-radius:50px 50px 50px 50px;
    left: 0;
    position: relative;
    width: 60%;
height: 35px;
margin-bottom: 20px;
margin-top: 10px;

  }

  

.buttongir:hover {
  opacity: 1;
  left: 0;
  padding-left: 25px;
  background-color: #4e4e4efd;
}


.buttongir:after{
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  left: -20px;
  transition: 0.5s;
}


@media only screen and (max-width: 664px) {
  .container{
 
    width: 95%;
    
  }

 
  .container__box{
   
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
    gap: 50px;

  }



}
@media only screen and (max-width: 630px) {
 

 
}