/* Styles for mobile devices */
@media (max-width: 767px) {
  /* Your styles for mobile screens */
  header .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  header .header_content .hamburger-btn {
    display: block;
  }

  header .header_content .navigation {
    display: none;
  }

  header .header_content .social_media ul li {
    margin: 0px !important;
  }

  header .header_content .social_media ul li a {
    font-size: 26px;
    padding: 0 5px;
    margin: 0;
  }

  section.hero {
    min-height: 350px;
  }

  section.hero .improv_logo {
    padding-left: 12px;
    bottom: 20px;
  }

  section.hero .improv_logo img {
    width: 125px;
  }

  section.about {
    padding: 10px 0 15px;
  }

  section.about .about_thumb {
    max-width: 96%;
    transform: rotate(0deg);
    margin: 0px auto !important;
  }

  section.about .about_thumb img:nth-child(2) {
    position: absolute;
    left: 5px;
    z-index: -1;
    top: 17px;
  }

  section.about .about_content {
    margin: 50px 0 0 0;
  }

  section.about .about_content h2 {
    font-size: 28px;
    line-height: normal;
  }

  section.about .about_content h2 span {
    color: #38b6ff;
    display: inline-block;
  }

  section.about .about_content p {
    font-size: 16px;
    margin-top: 20px;
    padding: 0px;
  }

  section.stats {
    padding: 0px 0 25px;
  }

  section.stats .stats_item {
    text-align: center;
    width: 150px;
    height: 150px;
    border: solid 1px #d7d7d7;
    border-radius: 100%;
    margin: 0 auto 20px;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  section.stats .stats_item h5 {
    font-size: 13px !important;
    min-height: inherit !important;
    line-height: 18px !important;
  }

  section.stats .stats_item span {
    font-size: 26px !important;
    min-height: inherit !important;
    line-height: normal !important;
    margin: 2px 0 !important;
  }

  section.stats .stats_item span span {
    font-size: 16px !important;
    padding: 0px 19px;
  }

  section.stats .stats_item img {
    height: 35px;
  }

  section.my_social_media {
    padding-bottom: 50px;
  }

  section.my_social_media .msm_item {
    max-width: 100%;
    margin: 0px auto 15px auto;
  }

  section.maps {
    margin-bottom: 50px;
  }

  section.maps a {
    font-size: 12px;
    letter-spacing: -0.2px;
    margin: 0 0 20px 0;
  }

  section.maps a span img {
    height: 80px;
  }

  section.about_page .thumbnails,
  section.about_page .rtl_rotate {
    transform: none !important;
  }

  section.about_page .thumbnails .thumb_item {
    padding: 0px;
  }

  section.about_page .rtl_rotate {
    margin: 0px !important;
  }

  footer .row {
    flex-direction: column-reverse;
  }

  footer .footer_widget .copyright {
    display: none;
  }

  footer .footer_widget,
  footer .footer_widget .copyright p {
    text-align: center;
  }

  footer .footer_widget .social_media {
    margin-bottom: 10px;
  }

  footer .footer_widget .social_media ul {
    display: flex;
    justify-content: center;
    margin: 0px;
  }

  footer .footer_widget .social_media ul li a {
    font-size: 28px;
  }

  footer .footer_widget .join_mail h4 {
    font-size: 18px;
    line-height: normal;
  }

  footer .footer_widget .join_mail .es_caption {
    font-size: 13px;
  }

  footer .copyright_mobile {
    display: block;
    margin-top: 10px;
  }

  footer .copyright_mobile p {
    color: #000;
    font-size: 14px;
    text-align: center;
    margin: 0;
    letter-spacing: 0.5px;
    padding: 0 5px 0 0;
    font-family: "Avenir 35 Light";
  }

  section.links {
    padding: 50px 0px;
  }

  section.links h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px !important;
  }

  section.links .item {
    padding: 10px 15px;
    width: 100%;
    height: auto;
    background: transparent;
    border-radius: 10px;
    margin: 0 auto 12px auto;
    display: block;
  }

  section.links .item img {
    height: 50px !important;
  }

  section.links .item h3 {
    font-size: 18px;
    margin-bottom: 0px;
  }

  section.links .item p {
    display: none;
  }
}

/* Styles for tablet devices */
@media (min-width: 768px) and (max-width: 1023px) {
  /* Your styles for tablet screens */
  header .header_content {
    display: flex;
    align-items: center;
  }

  header .header_content .navigation {
    display: none;
  }

  header .header_content .social_media ul li {
    margin-right: 0px;
  }

  header .header_content .social_media ul li a {
    font-size: 26px;
    padding: 0 5px;
    margin: 0;
  }

  header .header_content .hamburger-btn {
    display: block;
  }

  section.hero {
    min-height: 430px;
  }

  section.hero .improv_logo {
    padding-left: 0px;
  }

  section.hero .improv_logo img {
    width: 280px;
  }

  section.about {
    padding: 15px 0 15px;
  }

  section.about_page .thumbnails,
  section.about_page .rtl_rotate {
    transform: none !important;
  }

  section.about .about_thumb {
    max-width: 96%;
    transform: rotate(0deg);
    margin: 0px auto !important;
  }

  section.about .about_thumb img:nth-child(2) {
    position: absolute;
    left: 5px;
    z-index: -1;
    top: 40px;
  }

  section.about_page .content p {
    text-align: justify;
  }

  section.about .about_content {
    margin: 100px 0 0 0;
  }

  section.about .about_content h2 {
    font-size: 50px !important;
    line-height: 50px;
  }

  section.about .about_content h2 span {
    color: #38b6ff;
    display: inline-block;
  }

  section.about .about_content p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 0px;
  }

  section.stats {
    padding: 25px 0 25px;
  }

  section.stats .stats_item {
    border: 1px solid #eee;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    margin-bottom: 30px;
  }

  section.stats .stats_item h5 {
    font-size: 14px;
    line-height: 16px;
    min-height: 50px;
  }

  section.stats .stats_item span {
    font-size: 40px;
    line-height: 40px;
    min-height: 40px;
  }

  section.stats .stats_item span span {
    font-size: 20px;
    line-height: 20px;
  }

  section.stats .stats_item img {
    height: 50px;
  }

  section.my_social_media .msm_item .msm_content h2 {
    font-size: 26px;
  }

  section.maps a {
    font-size: 15px;
    margin-bottom: 40px;
    width: 100%;
  }

  section.links .item {
    max-width: 350px;
    height: 350px;
  }

  section.links .item img {
    height: 60px !important;
  }

  section.links .item h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  section.links .item p {
    font-size: 16px;
    line-height: 18px;
  }
}

/* Styles for small screens */
@media (min-width: 1024px) and (max-width: 1279px) {
  /* Your styles for small screens */
  section.about .container,
  section.stats .container,
  section.my_social_media .container,
  section.maps .container,
  footer .container {
    max-width: 810px;
  }

  section.about .about_content h2 {
    font-size: 50px !important;
    line-height: 50px;
  }

  section.about .about_content p {
    font-size: 16px;
    padding: 0 22px;
  }

  section.stats .stats_item h5 {
    font-size: 16px;
  }

  section.stats .stats_item span {
    font-size: 54px;
  }

  section.stats .stats_item span.stats-span {
    font-size: 24px;
    line-height: 24px;
  }

  section.stats .stats_item img {
    height: 60px;
  }

  section.links .item {
    max-width: 290px;
    padding: 0px 25px;
    height: 290px;
  }

  section.links .item img {
    height: 50px !important;
  }

  section.links .item h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  section.links .item p {
    font-size: 16px;
    line-height: 16px;
  }
}

/* Styles for large screens */
@media (min-width: 1280px) {
  /* Your styles for large screens */
}
