@media (min-width:320px) {
    .map-card {
        padding: 3%;
        text-align: right;
        letter-spacing: 1px;
        border-radius: 0.9375rem;
        background-color: #E7E7E7;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.40);
    }

    .contact > p {
        width: 100% !important;
    }

    .map-div {
        width: 100% !important;
    }

    .card-box > img {
        width: 100% !important;
        height: 100% !important;
    }
}

@media (min-width:481px) {
    .map-card {
        padding: 3%;
        text-align: right;
        letter-spacing: 1px;
        border-radius: 0.9375rem;
        background-color: #E7E7E7;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.40);
    }

    .card-box > img {
        width: 80%;
        height: 80%;
    }
}

@media (min-width:641px) {
    .map-card {
        padding: 3%;
        text-align: right;
        letter-spacing: 1px;
        border-radius: 0.9375rem;
        background-color: #E7E7E7;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.40);
    }

    .card-box > img {
        width: 80%;
        height: 80%;
    }
}

@media (min-width:961px) {
    .map-card {
        padding: 3%;
        text-align: right;
        letter-spacing: 1px;
        border-radius: 0.9375rem;
        background-color: #E7E7E7;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.40);
    }

    .card-box > img {
        width: 80%;
        height: 80%;
        margin-top: 10%;
    }
}

.h1 {
    /*font-family: "Peyda-bold" !important;*/
    color: #454141;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 900;
    line-height: 162.5%; /* 3.25rem */
}

.h1-right {
    /*font-family: "Peyda-bold" !important;*/
    color: #454141;
    text-align: right;
    font-size: 2rem;
    font-style: normal;
    font-weight: 900;
    line-height: 162.5%; /* 3.25rem */
}

.map-div {
    width: 80%;
    float: left;
    height: 25rem;
    border-radius: 10px;
}

.contact {
    margin-top: 10px;
}

.contact > p{
    margin-top: 35px;
}
