.temp-02-contact-02 {
    padding-bottom: 100px;
}

.temp-02-contact-02 .card {
    box-shadow: 0px 0px 25px #00000036;
    padding: 25px;
    text-align: center;
    margin-bottom: 25px;
}

.temp-02-contact-02 .card .icon {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #fbe73a;
    border-radius: 50%;
    font-size: 23px;
    line-height: 50px;
    margin: auto;
    margin-bottom: 25px;
}

.temp-02-contact-02 .form-control {
    min-height: 50px;
    margin-bottom: 25px;
}

@media screen and (min-device-width: 320px) and (max-device-width: 667px) {
    .temp-02-contact-02 .map {
        margin-top: 60px;
    }
}