.mapping_area{
    padding: 50px 0;
    .mapping_heading{
        h5{
            font-size: 22px;
            line-height: 25px;
        }
        
        h3{
            font-size: 25px;
            line-height: 34px;
            margin-bottom: 20px;
        }
    }

    .info_details{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        .info_img{
            width: 50px;
            height: 50px;
            margin-right: 40px;
            margin-bottom: 15px;
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
    .info_content{
        p{
            font-size: 18px;
            margin-top: 10 px;
        }
    }
}    

.pre_header{
    h2{
        font-size: 35px;
        line-height: 40px;
        margin-top: 15px;
        color: $primaryColor;
    }
}
.pre_content{
    p{
        font-size: 16px;
         line-height: 23px;
    }

}
.map_img{
    iframe{
        height: 400px;
        width: 100%;
    }
}