.s-contact-1 {
    margin: 60px 0;
}
.s-contact-1 .s_box p {
    font-size: 20px;
    color: var(--gray);
}
.s-contact-1 .s_box .s_form {
    margin-top: 20px;
}
.s-contact-1 .s_box .s_form label {
    margin-bottom: 4px;
    font-weight: bold;
    display: block;
    font-size: 16px;
}
.s-contact-1 .s_box .s_form input,
.s-contact-1 .s_box .s_form textarea {
    padding: 16px;
    display: block;
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--gray);
    outline: none;
}
.s-contact-1 .s_box button {
    margin-top: 20px;
}
.s-address-1 {
    background-color: var(--light-primary);
    padding: 80px 0;
}
.s-address-1 .s_card img {
    border: 4px solid rgb(84 84 84 / 80%);
    border-radius: 32px;
}
.s-address-1 .s_card h3 {
    color: var(--gray);
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}
.s-address-1 .s_card ul li {
    margin-top: 8px;
    color: var(--gray);
    font-size: 16px;
}

.s-contact-1 .col-download-content{
    display: flex; 
    justify-content: center; 
    align-self:center
}
/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
 #map {
    height: 100%;
  }
  
  /* 
   * Optional: Makes the sample page fill the window. 
   */
  html,
  body {
    height: 100%;
    margin: 0;
    padding: 0;
  }
@media (max-width: 991px) {
    .s-contact-1 .s_box {
        width: 100%;
    }
    .s-contact-1 {
        margin: 40px 0;
    }
    .s-address-1 {
        padding: 40px 0;
    }
    .s-address-1 .s_card {
        margin-bottom: 20px;
    }
}
