/* start contact us */
.contacts .contacts-card {
    background-color: var(--color-white);
    border: 1px solid var(--color-gray-200);
    width: 100%;
    max-width: 628px;
    height: 700px;
    transition: 0.5s ease;
}

.contacts .card-image {
    width: 100%;
    max-width: 628px;
    height: 700px;
    background-size: cover;
    background-position: center;
    transition: 0.5s ease;
}

.contacts .card-image:hover, .contacts .contacts-card:hover {
    transform: scale(1.01);
}

.contacts .contacts-card h2 {
    line-height: 38px;
    font-size: 30px !important;
    margin-bottom: 20px;
}

.contacts .contacts-card .branch-name {
    color: var(--color-blue-gray-700);
    line-height: 28px;
    font-size: 20px;
}

.contacts .contacts-card .span-holder span:last-child {
    color: var(--color-black-88);
}

.contacts .contacts-card .span-holder {
    margin-bottom: 10px;
}

.contacts .contacts-card .icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: rgba(248, 245, 239, 1);
}

@media (max-width: 991px) {
    .contacts .contacts-card,
    .contacts .card-image {
        height: auto;
        min-height: 500px;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) {
    #second-header {
        height: 270px;
    }
}
