
.agreement{
  background-color: #25376d;
  padding-top: 20px;
  padding-bottom: 20px;
}
.agreement_flex_all{
    display: flex;
    flex-direction: row;
    /* max-width: 281px; */
    margin: 0 auto;
    gap: 40px;
    justify-content: center;
}
.agreement_flex{
     display: flex;
    padding: 0 20px;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
    flex-direction: row;
}
.verticalLine2 {
  border-left: 2px solid white;
  height: 300px;
  position: absolute;
  left: 50%;
  
}
.agreement_title{
  text-align: justify;
  color: #ffffff;
  margin: 0 auto;
    max-width: 500px;
    font-weight: 200;
    font-size: 16px;
    line-height: 28px;
    padding-top: 20px;
    margin-bottom: 40px;;
}


.dop_infa{
  margin-top: 15px;
  padding-bottom: 50px;
  background-color: #f9beba;
  background-repeat: calc();
}
.dop_infa_title{
  text-align: justify;
  color: #000000;
  margin: 0 auto;
  max-width: 1000px;
  font-weight: 200;
  font-size: 18px;
  line-height: 28px;
  padding: 20px;
}

.dop_infa_h{
  margin: 0 auto;
  text-align: center;
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-size: 22px;
  line-height: 21px;
  padding-top: 40px;
  margin-bottom: 40px;
  
}
.dop_infa_grids{
    display: grid;
    padding: 0px 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
}


.dop_infa_img{
  position: absolute;
}
.dop_infa_img_sings{
  width: 80%;
  height: 90%;
  box-shadow: 11px 15px 0px 10px #9e9e9e;
}
.dop_infa_title{
      font-size: 18px;
  max-width: 550px;
 text-align: justify;
}

.other_cards{
  width: 100%;
  height: 100%;
   margin-bottom: 100px;
}
.other_grid_cards{
  
  display: grid;  
  grid-template-columns: repeat(3, 1fr);
  
  max-width: 1060px;
  margin: 0 auto;
}

.other_grid_card{
  grid-column: span 1;
  transform: translateY(0); 
  padding: 10px;
}

.activity_card-pic{
  width: 100%;
height: auto;
   
}

.activity_card-title{
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 160px;
  z-index: 1;
  padding: 0 20px;
}



@media (max-width: 985px) {
  .maps_flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px
    
  }
  .maps_map {
    width: 600px;
  }
}

@media (max-width: 800px) {
  
  .grid_cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1060px;
    margin: 0 auto;
  }
  .dop_infa_grids {
    display: grid;
    padding: 0px 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}
}
@media screen and (max-width: 768px) {

  .maps_map {
    width: 300px;
  }
  
}

@media (max-width: 650px) {
  .icon_flex {
    display: flex;
    gap: 50px;
    align-items: center;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    flex-direction: column
}
.verticalLine2 {
  border-left: 2px solid white;
  height: 600px;
  position: absolute;
  left: 50%;
}

.calc-section-subtitle {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
}