.about__section{
   margin-top: 6rem;
   position: relative;  
   margin-bottom: 2rem; 
   padding-left: 10%;
   left: 2%;
   padding-right: 10%;
}
.top__container{
    position: relative;
}
.top__container h1{
    position: absolute;
    top: 40%;
    right: 35%;
    font-size: 4rem;
}
.top__container img{
    width: 100%;
    height: 300px;
   
}

.bottom__container{
    margin-top: 2rem;
    text-align: justify;
}

.bottom__container p{
    line-height: 1.8;
    text-align:justify;
}

/*===========================BENEFICIAL===============================*/ 
.course__beneficial{
    background-color:whitesmoke;
    height: 20rem;
    margin-top: 2rem;
    margin-bottom: 20rem;
    
  }                       
  .beneficial__container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    
  }
  .beneficial__left p{
    margin: 1rem 0 3rem;
    font-weight: 400;
    text-align: left;
  }
  
  .box__1 {

    background-color:rgb(196, 198, 208);
    padding: 2rem;
    border-radius: 2rem;
    transition: all ease 400ms;
    text-align: justify;
  }

  .box__1:hover{
    box-shadow: 0.5rem 0.5rem 1.5rem #9bacbf;
  }

  .box__1 a{
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .box__2 {
    background-color: rgb(196, 198, 208);
    padding: 2rem;
    border-radius: 2rem;
    transition: all ease 400ms;
    
  }
  .box__2:hover{
    box-shadow: 0.5rem 0.5rem 1.5rem #9bacbf;
  }
  .beneficial__left i {
  color:#133559 ;
  font-weight: bolder;
  font-size: 60px;
  }
  
  .beneficial__right{
    display: flex;
    flex-direction: column;
    justify-content:start;
    gap: 3rem;
  }
  
  .beneficial__right i{
    color:green;
    font-weight: bolder;
    font-size: 20px;
  }


  .img-beneficial{
   margin-bottom: 3rem;
   width: 400px;
  }

/*===========================MEDIA QUERIES(PHONES)===============================*/
@media screen and (max-width:600px){

    .top__container h1{
        font-size: 3.3rem;
        right: 3%;
        
    }
    .course__beneficial{
      width: auto;
      height: auto;
      text-align: left;
      margin-bottom: 10rem;
    }
    .beneficial__container{
      display: grid;
      grid-template-columns: 1fr;
      margin-top: -3rem;
      margin-bottom: -12rem;
      gap: 0;

    }

    .about__section img{
      width: 100%;
      height: auto;
    }

    .bottom__container p{
      text-align: justify;
      font-size: 0.7rem;
  }

  .box__1 p{
    font-size: 0.7rem;
  }
  .box__2 ul{
    font-size: 0.7rem;
  }
  #content{
    text-align:justify;
  }

  .img-beneficial{
   margin-top: -6rem;
    width:100%;
    height: auto;
   }
 

}
/*===========================MEDIA QUERIES(TABLETS)===============================*/
@media screen and (max-width:1024px){
    .top__container h1{
        font-size: 3.4rem;
        text-align: center;
        
    }
    .course__beneficial{
      width:100%;
      height: auto;
    }
    .about__section img{
      width: 100%;
      height: auto;
    }
}