.address_module .address_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  flex-flow: row wrap !important;
  -moz-flex-flow: row wrap !important;
  -webkit-flex-flow: row wrap !important;
  -o-flex-flow: row wrap !important;
  justify-content: flex-start !important;
  width: 100%;
  margin: 0!important;
}
.address_module .flex-item{
  flex-basis: 33.33%;
  -moz-flex-basis: 33.33%;
  -webkit-flex-basis: 33.33%;
  -o-flex-basis: 33.33%;
  justify-content: center!important;
  padding: 10px 30px 10px 30px;
}
.address_module .map-box {
  padding: 40px 30px!important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px dashed #f6115a !important;
  opacity: 0.9;
  border-radius: 3px;
  text-align: center;

  background-color: #FFFFFF !important;
  box-shadow: 0 3px 10px #04101c12 !important;
  transition: all 0.3s ease;

}
.address_module .image img {
  height: 110px;
  object-fit: cover;
}
.address_module h3.title {
  padding-top: 20px;
  padding-bottom: 0;
  margin: 0;
  font-weight: bold;  
  font-size: 20px!important;
}
.address_module .desc {
  padding-top: 10px;   
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}
.address_module a.contact {
  font-size: 18px;
  line-height: 30px; 
}
.address_module a.contact:hover {
  text-decoration: none;  
}
@media (max-width: 990px) {
  .address_module .flex-item {
    flex-basis: 50%;
    -moz-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -o-flex-basis: 50%;
    margin-bottom: 10px;
  }
}
@media (max-width: 574px){
  .address_module .flex-item {
     flex-basis: 100%;
    -moz-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -o-flex-basis: 100%;
  }
}
@media (max-width: 425px) {
  .address_module .desc {
    font-size: 16px!important;
    line-height: 26px!important;
    margin-bottom: 10px!important;
  }
  .address_module a.contact {
    font-size: 16px!important;
    line-height: 26px!important;
  }
}

.ab-flex-item-left{
  transform: rotate(84deg);
    -webkit-transform: rotate(350deg);
    -moz-transform: rotate(77deg);
}

.ab-flex-item-right{
      transform: rotate(84deg);
    -webkit-transform: rotate(370deg);
    -moz-transform: rotate(77deg);
}

.address_module .map-box:hover *{
  color: white !important;
}
.address_module .map-box:hover{
  border: 1px dashed #f6115a !important;
  background: #f6115a!important;
  color: white !important;
  cursor: pointer;
  transform: translate(10px, -10px);
}
.address_module .map-box a.contact:hover{
  color: white !important;
}
.dnd_area-row-3-vertical-alignment{
  background-image: linear-gradient(rgba(246, 248, 249, 1), rgba(246, 248, 249, 1)) !important;
}

@media (max-width: 990px) {
  .ab-flex-item-left{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  .ab-flex-item-right{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
}