/****BUSINESS**************/
.business-opportunities {
  width: 100%;
  background: #F1F1F1;
  position: relative;
  padding: 60px 0;
}
.business-img {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-img picture,
.business-img img {
  width: 100%;
}

.business-img img {}
.business-info {
  width: 100%;
  height: 100%;
  position: relative; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.business-info--wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: justify;
  gap: 0.75vw;
}
.business-info--wrapper .section_title {
  text-align: left;
  font-size: 24px;
}

.business-info__description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #3d3d3d;
  font-weight: 600;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 1360px) {
  .business-info--wrapper {
    width: 100%;
    gap: 1vw;
  }
}
@media screen and (max-width: 1080px) {
  .business-opportunities {
    justify-content: space-between;
    background-color: #fff;
    position: relative;
  } 

  .business-opportunities__item {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }

  .biz_opportunitites_inner {
    flex-direction: column;
  }

  .business-info {
    z-index: 2;
    max-width: 90%;
    margin: 0 auto;
  }
  .business-info--wrapper {
    transform: translate(0, 0);
    gap: 2vw;
  }
  .business-info--wrapper .section_title {
    font-size: 24px;
  }
  .business-info__description {
    font-size: 1.5vw;
    gap: 1.25vw;
  }

  .business_map_benefs {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 12px;
  }

  .business_map_benef {
      width: 44%;
  }

  .business_map_benefs hr:last-of-type {
    display: none;
  }

}
@media screen and (max-width: 900px) {
  .business-info--wrapper .section_title {
    font-size: 24px;
  }
  .business-info__description {
    font-size: max(2vw, 18px);
  }
}

@media screen and (max-width: 800px) {
  .business-info--wrapper {
    padding: 24px 0;
  }
  .business-info__description {
    font-size: max(2.15vw, 16px);
  }
}
@media screen and (max-width: 650px) {


  .business-info {
    width: 100%;
    border-top: 3px solid #ff0000;
  }
  .business-info--wrapper .section_title {
    text-align: center;
  }
  .business-info__description {
    gap: 2.25vw;
  }
}

@media screen and (max-width: 500px) {

  .business-info--wrapper .section_title {
    text-align: center;
  }
  .business-info__description {
    gap: 3.25vw;
  }
}

/****MAP**************/
.anatol_map {
  background-image: url(/wp-content/themes/newanatol/assets/images/map-full.webp);
  display: flex;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #242424;
}

.anatol_map .container {
  display: flex;
  flex-direction: column;
  margin: max(12.5vh, 2.5rem) auto;
  gap: 3.5vw;
}
.anatol_map .section_title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: max(5.75vw, 64px);
}
.anatol_map .section_title .brake {
  display: block;
  font-size: max(3vw, 38px);
  font-weight: 900;
  letter-spacing: 2px;
}
.map_cont {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.map_cont .map_block {
  width: calc(100% / 3);
  color: #fff;
  text-align: center;
}
.map_number,
.map_text {
  font-family: var(--base-font-family);
}

.map_cont .map_number {
  font-size: max(5.75vw, 64px);
  font-weight: 900;
}
.map_cont .map_text {
  font-size: max(1.75vw, 24px);
  text-transform: uppercase;
  font-weight: 900;
}
.numbers {
  color: #fff;
}
.our_map {
  width: 100%;
  height: 720px;
}
.our_map .section_title {
  text-transform: uppercase;
  font-size: 42px;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
}

.our_map .section_title span.line1,
.our_map .section_title span.line5 {
  font-size: 54px;
  letter-spacing: 2px;
}

@media screen and (max-width: 900px) {
  .anatol_map .section_title,
  .map_cont .map_number {
    font-size: max(7vw, 54px);
  }
  .anatol_map .section_title .brake {
    font-size: max(4vw, 28px);
  }
  .map_cont .map_text {
    font-size: max(2.25vw, 16px);
  }
}

@media screen and (max-width: 700px) {
  .anatol_map .section_title,
  .map_cont .map_number {
    font-size: max(7.75vw, 36px);
  }

  .anatol_map .section_title .brake {
    font-size: max(5.25vw, 22px);
  }

  .map_cont .map_text {
    font-size: max(2.5vw, 12px);
  }
}
@media screen and (max-width: 550px) {
  .anatol_map {
    background-attachment: initial;
  }

  .map_cont {
    flex-direction: column;
    align-items: center;
    gap: 2.5vh;
  }

  .map_cont .map_block {
    width: 100%;
  }

  .map_cont .map_number {
    font-size: max(10vw, 60px);
  }
  .map_cont .map_text {
    font-size: max(4vw, 20px);
  }
}
@media screen and (min-width: 400px) and (max-width: 900px) and (orientation: landscape) {
  .anatol_map {
    background-image: none;
    background-attachment: initial;
  }
}
