/* Start Media Query CSS */

  @media (min-width: 768px) and (max-width: 991px) {
	 .about-hero-img-box {
        width: 290px !important;
     }
	 .back-img-left {
        left: 0 !important;
     }
	 .back-img-right {
        right: 0 !important;
     }
	 /* .media-container {
		 max-width: 800px !important;
	 } */
	 .accordion-paragraph {
     	font-size: 18px !important;
     }
     .accordion-paragraph span {
     	font-size: 14px !important;
     }
	 .ans-paragraph {
        font-size: 16px !important;
     }
  }
  @media (min-width: 991px) and (max-width: 1200px) {
	 .about-hero-img-box {
        width: 290px !important;
     }
	 .back-img-left {
        left: 0 !important;
     }
	 .back-img-right {
        right: 0 !important;
     }
	 /* .media-container {
		 max-width: 800px !important;
	 } */
	 .accordion-paragraph {
     	font-size: 18px !important;
     }
     .accordion-paragraph span {
     	font-size: 14px !important;
     }
	 .ans-paragraph {
        font-size: 16px !important;
     }
  }

  
/* END Media Query CSS */
  

/* Start Coustom CSS */
  
  body {
    /*font-family: inter;*/
  }
  .hero-bg {
    background: url(../images/hm3.png);
    width: 100%;
    height: auto;
    background-size: 100% 100%;
    padding: 2.5rem 0px;
    background-repeat: no-repeat;
    box-shadow: 0 0 35px -14px;
    border-top: 2px solid #fff;
  }
  .about-title {
	font-size: 44px;
  }
  .left-section p {
    font-size: 20px;
    line-height: 28px;
   }
  .contact-bnt {
	font-size: 20px;
    font-weight: 500;
    border: 3px solid #fff;
    border-radius: 7px;
    padding: 8px 30px;
  }
  .about-hero-img-box {
	width: 400px;
    height: 250px;
    z-index: 1;
    padding: 5px 0;
  }
  .img-position-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
  }
  .back-img-left {
	left: 90px;
    top: 0;
    width: 135px;
  }
  .back-img-right {
    right: 95px;
    bottom: 0;
    width: 135px;
  }
  .accordion-box {
	border-bottom: 1px solid #FF9A00 !important;
  }
  .accordion-btn {
	padding: 20px 15px;
  }
  .accordion-btn::after {
	background-image: url("../images/down_chevron.png") !important;
  }
  .accordion-btn:focus {
	box-shadow: none;
  }
  .accordion-btn:not(.collapsed) {
    background-color: transparent;
  }
  .accordion-paragraph {
	font-size: 22px;
  }
  .accordion-paragraph span {
	font-size: 18px;
  }
  .ans-paragraph {
	color: #4A0348;
    font-weight: 500;
    font-size: 18px;
  }

/* END Coustom CSS */