/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./component/aboutUsSection/aboutUsSection.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.aboutUsSection_mainContainer__Xv0W6{
  flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    padding:0rem 4rem;
    margin-bottom: 5rem;
    width: 100%;
}
.aboutUsSection_mainContainer__Xv0W6 h3 span{
    color: #A00418;
}
.aboutUsSection_homeSecondSectionContainer__a7RVo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10rem;
}
.aboutUsSection_homeSecondSectionContainer__a7RVo h3{
    width: 400px;
    margin-bottom: 0.5rem;
}
.aboutUsSection_homeSecondSectionContainer__a7RVo h3 span{
    color: #A00418;
    font: 800;
}
.aboutUsSection_homeSecondContentContainer__KHkl5{
    display: flex;
    flex-direction: column;
    width: 450px;
    gap: 1rem;
}
.aboutUsSection_homeSecondContentContainer__KHkl5 p{
    color:#6E6A74;
}


/* responsive */
@media only screen and (max-width:400px){
  .aboutUsSection_mainContainer__Xv0W6{
      gap: 1rem;
      padding:0rem 2rem;
      box-sizing: border-box;
      align-items: center;
      justify-content: center !important;
      overflow: hidden;
      text-align: center;
  }
  .aboutUsSection_homeSecondSectionContainer__a7RVo{
    flex-direction: column !important;
    align-items: center;
    width: 100%;
    gap: 1rem;
  }
  .aboutUsSection_homeSecondContentContainer__KHkl5{
    width: 100%;
    gap: 2rem;
  }
  .aboutUsSection_homeSecondContentContainer__KHkl5 .aboutUsSection_container__YSmZI{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .aboutUsSection_homeSecondSectionContainer__a7RVo h3{
    text-align: center;
    width: 100%;
  }
  .aboutUsSection_homeSecondContentContainer__KHkl5 p{
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-width:400px) and (max-width:599px){
    .aboutUsSection_mainContainer__Xv0W6{
        gap: 1rem;
        padding:0rem 2rem;
        box-sizing: border-box;
        align-items: center;
        justify-content: center !important;
        overflow: hidden;
        text-align: center;
    }
    .aboutUsSection_homeSecondSectionContainer__a7RVo{
      flex-direction: column !important;
      gap: 1rem;
      width: 100%;
    }
    .aboutUsSection_homeSecondContentContainer__KHkl5{
      width: auto !important;
      gap: 2rem;
    }
    .aboutUsSection_homeSecondContentContainer__KHkl5 .aboutUsSection_container__YSmZI{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .aboutUsSection_homeSecondSectionContainer__a7RVo h3{
      text-align: center;
      width: 100%;
    }
    .aboutUsSection_homeSecondContentContainer__KHkl5 p{
      text-align: center;
      width: 100%;
    }
}
@media only screen and (min-width:599px) and (max-width:1100px){
    .aboutUsSection_mainContainer__Xv0W6{
        gap: 1rem;
        padding:0rem 2rem;
        text-align: center;
        justify-content: center !important;
    }
    .aboutUsSection_homeSecondSectionContainer__a7RVo{
      flex-direction: column !important;
      gap: 3rem;
  }
  .aboutUsSection_homeSecondContentContainer__KHkl5{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto !important;
    gap: 2rem;
  }  
  .aboutUsSection_homeSecondContentContainer__KHkl5 .aboutUsSection_container__YSmZI{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .aboutUsSection_homeSecondSectionContainer__a7RVo h3{
    text-align: center;
    width: 550px;
    /* width: 400px; */
}
  .aboutUsSection_homeSecondContentContainer__KHkl5 p{
    text-align: center;
    /* width: 300px; */
  }
  }

