﻿.page-banner-area {
    display: flex;
    justify-content: center;
    padding: 62px 24px;
}

.page-banner-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 32px;
    line-height: 37.57px;
    text-align: center;
    color: #4D4637;
}
.contact-input-list-item-icon svg path {
    stroke: #871D37 !important;
}
.contact-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact-area {
    display: flex;
    flex-direction: column;
    row-gap: 56px;
    padding-left: 50px;
}

.contact-title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #272829;
}

.contact-input-list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.contact-input-list-item {
    display: flex;
    column-gap: 24px;
}

.contact-input-list-item-icon {
    min-width: 56px;
    min-height: 56px;
    max-height: 56px;
    max-width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E8E8E8;
    background: #fff;
    border-radius: 50px;
}

.contact-input-list-item-input-and-description {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.contact-input-list-item-input a {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #272829;
    text-decoration: none;
}

.contact-input-list-item-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #626262;
}


.contact-map, .contact-map iframe
{
    width: 100%!important;
}

@media only screen and (max-width: 991px)
{
    .contact-area
    {
        padding-left: 0;
    }

    .contact-container {
        padding-top: 0px;
    }
    .contact-map {
        padding-top: 42px;
    }
}