section{
  color: #041637;
}

.about{
  height: 700px;
  background: whitesmoke;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.about_text{
  width: 43%;
  margin-top:65px;
}
.about_text h1{
  font-family: 'Open Sans', ui-sans-serif;
  font-weight: 800;
  font-stretch: condensed;
  font-size: 56px;
  line-height: 120%;
  margin: 0;
  z-index: 2;
  position: relative;
}

.separator{
  width: 60px;
  height: 8px;
  background-color: #041637;
  margin: 40px 0;
}

.description{
  font-size: 18px;
  line-height: 165%;
  z-index: 1;
  position: relative;
}

.download_butt_a{
  text-decoration: none;
  color: inherit;
}

.download_butt{
  display: inline-block;
  flex-direction: row;
  padding: 10px 24px;
  height: 52px;
  border: 2px solid #000000;
  box-sizing: border-box;
  border-radius: 8px;
  margin-top: 32px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}

.download_butt span{
  height: 32px;
  font-family: "News Cycle","NunitoSans-Black", ui-sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.3px;
  flex: none;
  order: 0;
  align-self: center;
  margin: 10px 0;
}

.download_bubble{
  background: #FFFFFF;
  left: -361px;
  top: 310px;
  opacity: 0.2;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 1;
  position: absolute;
}

.phones{
  right: -155px;
  top: 276px;
  background: #FFFFFF;
  position: absolute;
  width: 50%;
  height: 100%;
}

.phones_bubble{
  background: #00CC96;
  right: -215px;
  top: 149px;
  z-index: 1;
}

.first_phone{
  position: absolute;
  z-index: 2;
  bottom: 276px;
}

.second_phone{
  position: absolute;
  z-index: 1;
  bottom: 244px;
  left: 166px;
}

.states_borders_wrap{
  position: relative;
  background: #F8F8F8;
  overflow: hidden;
  z-index: 1;
  height: 910px;
}

.states_borders{
  height: 786px;
}

.state_borders_heading{
  margin-top: 20px;
  position: absolute;
  padding: 5px 20px 5px 20px;
  width: 768px;
  margin-left:auto;
  margin-right:auto;
  left:0;
  right:0;
  max-width:90%;
}

.state_borders_heading div {
  padding: 5px 60px 5px 60px;
}

.state_borders_heading div .state_borders_heading_text{
  margin-top: 28px;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  padding: 0;
}

.states_borders h1{
  margin: 0;
  font-family: 'Open Sans', ui-sans-serif;
  font-weight: 800;
  font-stretch: condensed;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
}

.borders_left_bubble{
  background: #FFFFFF;
  height: 443px;
  left: -362px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.borders_right_bubble{
  right: -320px;
  bottom: 0;
  background: #041637;
  opacity: 0.06;
  height: 443px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.map{
  width: 1109px;
  height: 724px;
  background-color: white;
  position: absolute;
  top: 885px;
  z-index: 1;
}

#map {
  width: 100%;
  height: 724px;
}
.map a{
  color: inherit;
  text-decoration: none;
}

.larger_map_butt{
  font-family: "News Cycle", ui-sans-serif;
  width: 176px;
  position: absolute;
  height: 52px;
  border: 2px solid #000000;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 13px 24px;
  display: flex;
  flex-direction: row;
  right: 21px;
  bottom: 20px;
  background: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
}

.map_shadow{
  background: #041637;
  opacity: 0.13;
  filter: blur(60px);
  border-radius: 12px;
}

.get_in_touch_article{
  position: relative;
  background: #FFFFFF;
  height: 700px;
}

.get_in_touch{
  max-width: 95%;
  height: 415px;
  background: #3879F0;
  border-radius: 12px;
  margin-left: 20px;
  margin-top: 200px;
  position: absolute;
}

.get_in_touch img{
  float: right;
}

.map_arrow{
  position: absolute;
  right: 0;
  bottom: 25px;
}

.get_in_touch_texts{
  position: absolute;
  color: #FFFFFF;
  left: 95px;
}

.get_in_touch_text{
  width: 538px;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  opacity: 0.6;
}
.get_in_touch_text_separator{
  width: 135px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.2;
  margin-top: 26px;
}
.get_in_touch_text_email{
  margin-top: 24px;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
}

.cluster-item{
  position:relative;
  float:left;
  font-family: sans-serif;
  background:transparent;
  margin-left:-25px;
  margin-top:-25px;
}

.cluster-item .amount {
  text-align: center;
  position: absolute;
  top:9px;
  left:1px;
  line-height: 34px;
  width: 100%;
}

@media only screen and (min-width:1200px) {

  .get_in_touch{
    margin-left:165px;
  }

  .map {
    margin-left:166px;
  }
}