.contact-container{
    margin: 20px 20px 30px;
}
.contact-detail{
    display: flex;
    align-items: center;
}
.postal-details{
    position: relative;
}
.postal-details,
.social{
    width: 48%;
    display: inline-block;
    border-right: 1px dotted #ccc;
}
.postal-details .content{
    line-height: 1.5;
}
.content {
    margin: 0;
    box-shadow: none;
    border: 0;
}
.social{
    border-right: none;
    /* display: flex;
    justify-content: space-evenly;
    width: 100%; */
}
.or{
    position: absolute;
    right: -13px;
    top: 50%;
    background: #fff;
    font-family: fantasy;
}
.c3ps-col{
    text-decoration: none;
    color: goldenrod;
}
.g-map{
    width: 100%;
    height: auto;
    margin-bottom: 70px;
}
@media screen and (max-width:600px){
    .content-heading{
        font-size: 22px;
    }
    .contact-detail{
        flex-wrap: wrap;
    }
    .contact-detail h3,
    .social h3{
        font-size: 20px;
    }
    .detail-section{
        font-size: 18px;
        line-height: 1.7;
        margin-bottom: 10px;
    }
    .postal-details,
    .social{
        width: 100%;
    }
    .postal-details{
        border-bottom: 1px dotted #ccc;
        border-right: none;
        padding-bottom: 15px;
    }
    .social{
        padding-top: 15px;
    }
    .social .social{
        padding: 0;
    }
    .or{
        top: 97%;
        right: 48%;
    }
}
