.info-box {
    background-color: #edf4ff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
}

    .info-box i {
        font-size: 24px;
        color: #0dcaf0;
        margin-bottom: 10px;
    }

.contact-form {
    background-color: #eef4ff;
    padding: 30px;
    border-radius: 10px;
}

    .contact-form h2 {
        font-weight: bold;
    }

.form-control {
    border-radius: 10px;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        border-radius: 10px;
    }

.buttons {
    border-radius: 10px;
    width: 100%;
    background-color: #1B2664;
    color: #C2C5D6;
}

    .buttons:hover {
        background-color: #C2C5D6;
        color: #1B2664;
        border-color: #1B2664;
    }

.map-responsive,
.contact-form {
    height: 100%;
}
