*{
    margin: 0;
    padding: 0;
}
.world_map{
    padding-top: 70px;
}
.content_wraps{
    position: relative;
    max-width: 1200px;
    margin: 100px auto;
    justify-content: space-between;
    display: flex;
    /* border: 1px solid violet; */
    
}
.parent_contact_us i{
    font-size: 80px;
    color: #BB1919;
}
.inner_contact{
    position: relative;
    margin-top: 60px;
    text-align: center;
}
.contact_us img{
    width: 400px;
}
.contact_wrap{
    position: relative;
    margin-top: 100px;
}
.contact_wrap a{
    text-decoration: none;
    font-size: 18px;
    color: #BB1919;
}
.contact_wrap span{
    color: #BB1919;
    font-weight: bold;
}
.contact_wrap p{
    color: #797979;
}
@media(max-width: 700px) {
    .content_wraps{
        flex-direction: column;
        align-items: center;     
        margin-top: 0px !important;   
    }
    img{
        width: 100%;
    }
    .contact_us{
        position: relative;
        top: 20px;
    }
    .contact_wrap{
        margin-top: 50px !important;
    }
}