/* ======= Contact style ======= */
.contact h3 {
    font-size: 40px;
    color: var(--black-color);
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative;
}
.contact h3:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    height: 2px;
    width: 100px;
    background-color: var(--primary-color);
}
.right-sidebar {
    margin-bottom: 20px;
}

.right-sidebar .item h2 {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 100%;
    margin: 0;
    background: var(--primary-color);
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.map {
    filter: grayscale(100%);
}

.contact .c-list {
    margin: 20px 0;
}

.contact .c-list li {
    margin-bottom: 10px;
}

.contact .c-list span {
    font-weight: bold;
    color: #333;
}

@media only screen and (max-width: 768px) {
.right-sidebar .fb-page{
    width: 100%;
}

}