@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
body {
  font-family: "Funnel Display", serif;
  font-size: 18px;
}

img {
  max-width: 100%;
}

@media (min-width: 1600px) {
  .custom-container {
    max-width: 1430px;
  }
}
@media (min-width: 1441) {
  .custom-container {
    max-width: 1300px;
  }
}
@media (min-width: 767) {
  .custom-container {
    max-width: 100%;
    padding: 0px 20px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0px 20px;
  }
}

.sub-title {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1679px) {
  .sub-title {
    font-size: 22px;
  }
}
@media (max-width: 1441px) {
  .sub-title {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .sub-title {
    font-size: 18px;
  }
}

.sub-para {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}
@media (max-width: 1679px) {
  .sub-para {
    font-size: 17px;
  }
}
@media (max-width: 1441px) {
  .sub-para {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .sub-para {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .sub-para {
    font-size: 14px;
  }
}