.section1 .contact_form h1 {
    width: fit-content;
    font-weight: 300 !important
}

.section1 .contact_form .form-control {
    border: 1px solid #67785f;
    border-radius: 0px;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif
}

.map {
    height: 300px;
    background-color: black;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    display: none
}

.map .in_text {
    position: relative;
    top: 92%;
    float: left;
    left: 25px;
    width: 100%
}

.section1 .mapBottom {
    float: left;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 12px;
    margin-top: 20%
}

@media only screen and (max-width: 480px) {
    .mypadding {
        margin: 10% 0px
    }

    .my-mt {
        margin-top: 25%
    }
}