*{
    margin: 0;
    padding: 0;
}

/* Contact Page */
.contact_background {
    background-color: #F6F7FA;
    margin-top: 10%;
    padding: 6% 0;
}

.section_3_contact, .section_1_contact{
    margin-bottom: 5%;
    display: flex;
}

.section_1_description{
    margin-top: 5%;
    margin-bottom: 5%;
    line-height: 2;
    width: 90%;
}


.content{
    display: flex;
    width: 100%;
    margin-top: 2%;
}

.google-map {
    padding-bottom: 50%;
    position: relative;
}

.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 2%;
}

.content img{
    width: 5% ;
    margin-right: 2%;
}

.content_desc{
   margin-top: 1%;
  text-decoration: none;
  color: black;
}

.left_content_section_1_contact{
    width: 100%;
}

.sub_title{
    margin-bottom: 5%;
}

.right_content_section_1_contact{
    width: 100%;
}

.right_content_section_1_contact img{
    width: 100%;
    height: 100%;
    border-radius: 2%;
}

.section_2_title{
    margin-top: 10%;
    margin-bottom: 3%;
}

.left_content_section_2_contact{
    width: 71%;
}

.right_content_section_2_contact{
    margin-left: 4%;
}

.right_content_description{
    margin-top: 7%;
    margin-bottom: 15%;
    line-height: 1.5;
    width: 102%;
}

.train h3{
    margin-top: 10%;
}

@media (min-width: 360px) and (max-width: 640px){
    .section_1_description{
        margin-top: 3%;
        margin-bottom: 5%;
        line-height: 1.8;
        width: 100%;
    }
    .section_1_contact{
        flex-direction: column-reverse;
        gap: 30px;
    }
    .section_3_contact, .footer-nav{
        flex-direction: column;
        gap: 30px;
    }
    .right_content_section_2_contact{
        margin-left: 0;
    }
    .left_content_section_2_contact{
        width: 100%;
    }
    .section_2_title, .sub_title{
        margin-top: 16%;
    }
    .content{
        margin-top: 5%;
        gap: 2%;
    }
    .right_content_description{
        margin-top: 4%;
        margin-bottom: 13%;
    }
    .section_3_contact{
        margin-bottom: 0;
    }
}