@media only screen and (max-width: 600px) {
  .hero-title{
    font-size: 1.6rem !important;
    width: 100% !important;
  }

  .hero-subtitle{
    font-size: 1.4rem !important;
    width: 100% !important;
    display: none;
  }

  .hero-paragraph{
    font-size: 13px;
    width: 100%;
  }

  .content{
    margin-top: 8rem;
    padding: 0 !important;
  }

  .arrows{
    top: 10rem !important;
  }

  .about_img{
    width: 23.5rem;
    border-radius: 0;
  }

  /* .image_cont{
    padding: 0;
    text-align: center;
  } */

  .about_content{
    padding: 2rem;
    background-color: #fff;
  }

  .about_parsagraph{
    font-size: 18px;
    line-height: 2;
  }

  .image_cont{
    display: none;
  }

  .learn_more_btn{
    margin-top: 1rem;
    border-radius: 0;
    float: 0;
  }

  .vision_cont{
    flex-direction: column;
    padding: 0;
  }

  .left{
    padding-bottom: 2.5rem;
    box-shadow: none;
  }

  .right{
    box-shadow: none;
    border: none;
  }

  .mission{
    background-color: #fff;
  }

  .why_choose_us_content{
    width: 100%;
    border-radius: 0;
  }

  .why_choose_us_cont{
    padding: 0;
  }

  .about_content{
    padding: 1rem;
  }

  .about_parsagraph{
    font-size: 16px;
    text-align: justify;
  }


  .about-title{
    text-align: center;
    padding: 0;
    font-size: 29px;
  }

  .vision_cont{
    padding: 0;
  }

  .ex_card {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }

  .vision_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
  }

  .vision_paragraph{
    padding: 1rem;
    font-size: 16px;
  }

  .right{
    padding: 0;
  }
  .mission {
    padding: 0;
    text-align: justify;
  }

  .mission-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .mission_paragraph {
    font-size: 16px !important;
    text-align: justify;
  }

  .mission_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    box-sizing: border-box;
    box-shadow: none !important;
  }

  .mission_list {
    display: flex;
    flex-direction: column;
    padding: 0;
    list-style-type: none;
  }

  .mission_list li {
    margin-bottom: 0.5rem;
    font-size: 14px;
    text-align: justify;
  }
  

  .why_choose_us_cont {
    display: block;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0;
    padding-top: 0.6rem;
  }

  .why_choose_us_title {
    font-size: 1.5rem;
    margin-bottom: 0;
    padding-top: 0.5rem;
    box-shadow: none;
    text-align: center;
  }

  .why_choose_us_paragraph {
    font-size: 16px;
    text-align: justify;
  }

  .why_choose_us_list {
    display: flex;
    flex-direction: column;
    padding: 0;
    list-style-type: none;
  }

  .why_choose_us_list li {
    margin-bottom: 0.5rem;
    font-size: 14px;
    text-align: justify;
  }

  .why_choose_us_content{
    width: 100%;
    padding: 0.5rem;
    border-radius: 0
  }

  .card_cont{
    padding: 0.4rem;
  }

  .service_title{
    padding: 0;
    margin: 0;
    font-size: 2.4rem;
  }

  .service_cont{
    padding: 0;
  }

  .left{
    padding-bottom: 2.5rem;
    box-shadow: none;
  }

  .right{
    box-shadow: none;
  }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .hero-title{
    font-size: 2rem !important;
    width: 100% !important;
  }

  .hero-subtitle{
    font-size: 1rem !important;
    width: 100% !important;
  }

  .hero-paragraph{
    font-size: 13px;
    width: 100%;
  }

  .content{
    margin-top: 2.4rem;
    padding: 0 !important;
  }

  .arrows{
    top: 10rem !important;
  }

  .about_us{
    display: flex;
    flex-direction: column;
  }

  .about_img{
    width: 100%;
    border-radius: 0;
  }

  .image_cont{
    padding: 0;
    text-align: center;
    display: none;
  }

  .left{
    padding: 1.2rem;
  }

  .about_content{
    padding: 1.3rem;
  }

  .about_parsagraph{
    font-size: 18px;
    text-align: justify;
  }


  .about-title{
    text-align: center;
    padding: 0;
    font-size: 29px;
  }

  .vision_cont{
    padding: 0;
  }

  .ex_card {
    width: 70%;
    padding: 1rem;
    box-sizing: border-box;
  }

  .vision_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
  }

  .vision_paragraph{
    padding: 1rem;
    font-size: 16px;
  }

  .right{
    padding: 0;
  }
  .mission {
    padding: 0;
    text-align: justify;
  }

  .mission-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .mission_paragraph {
    font-size: 18px !important;
    text-align: justify;
  }

  .mission_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    box-sizing: border-box;
    box-shadow: none !important;
  }

  .mission_list {
    display: flex;
    flex-direction: column;
    padding: 0;
    list-style-type: none;
  }

  .mission_list li {
    margin-bottom: 0.5rem;
    font-size: 14px;
    text-align: justify;
  }
  

  .why_choose_us_cont {
    display: block;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0;
    padding-top: 0.6rem;
  }

  .why_choose_us_title {
    font-size: 1.9rem;
    margin-bottom: 0;
    padding-top: 0.5rem;
    box-shadow: none;
    text-align: center;
  }

  .why_choose_us_paragraph {
    font-size: 18px;
    text-align: justify;
  }

  .why_choose_us_list {
    display: flex;
    flex-direction: column;
    padding: 0;
    list-style-type: none;
  }

  .why_choose_us_list li {
    margin-bottom: 0.5rem;
    font-size: 14px;
    text-align: justify;
  }

  .why_choose_us_content{
    width: 100%;
    padding: 1.2rem;
    border-radius: 0
  }

  .card_cont{
    padding: 0.4rem;
  }

  .service_title{
    padding: 0;
    margin: 0;
    font-size: 2.4rem;
  }

  .service_cont{
    padding: 0;
  }

  .left{
    padding-bottom: 2.5rem;
    box-shadow: none;
  }

  .right{
    box-shadow: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

  .hero-title{
    font-size: 1.8rem !important;
    width: 100% !important;
  }

  .hero-subtitle{
    font-size: 1rem !important;
    width: 100% !important;
  }

  .hero-paragraph{
    font-size: 15px;
    width: 100%;
  }

  .content{
    margin-top: 2.4rem;
    padding: 0 !important;
  }

  .image_cont{
    display: none;
  }

  .about_content{
    padding: 1rem;
  }

  .vision_cont{
    padding: 0;
    display: flex;
    justify-content: center;
   padding-bottom: 3rem;
  }

  .experience_card_cont{
    padding-bottom: 2rem;
  }

  .ex_card{
   text-align: center;
   width: 30rem;
  }

  .why_choose_us_content{
    width: 100%;
  }

  .ex_card{
    width: 24rem;
  }

  .left{
    padding-bottom: 2.5rem;
    box-shadow: none;
  }

  .right{
    box-shadow: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_content{
    padding: 2rem;
    background-color: #fff;
  }

  .about_parsagraph{
    font-size: 18px;
    line-height: 2;
  }

  .image_cont{
    display: none;
  }

  .learn_more_btn{
    margin-top: 1rem;
    border-radius: 0;
    float: 0;
  }

  .vision_cont{
    flex-direction: column;
    padding: 0;
  }

  .left{
    padding-bottom: 2.5rem;
    box-shadow: none;
  }

  .right{
    box-shadow: none;
    border: none;
  }

  .mission{
    background-color: #fff;
  }

  .why_choose_us_content{
    width: 100%;
    border-radius: 0;
  }

  .why_choose_us_cont{
    padding: 0;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 2000px){
  .about_us_container {
    flex-direction: row;
    gap: 2rem;

  }
  
  .about_content{
    padding: 2rem;
    background-color: #fff;
  }

  .about_parsagraph{
    font-size: 18px;
    line-height: 2;
  }


  .learn_more_btn{
    margin-top: 1rem;
    border-radius: 0;
    float: 0;
  }

  .vision_cont{
    flex-direction: column;
    padding: 0;
  }

  .left{
    padding-bottom: 2.5rem;
    box-shadow: none;
  }

  .right{
    box-shadow: none;
    border: none;
  }

  .image_cont{
    background-image: url('/assets/refinary.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 32rem;
    overflow: hidden;

  }

  .about_img{
    display: none;
  }

  .mission{
    background-color: #fff;
  }

  .why_choose_us_content{
    width: 100%;
    border-radius: 0;
  }

  .why_choose_us_cont{
    padding: 0;
  }
}