.us-woman{
    background-image: url(../../images/us/woman.jpg);
    width: 350px;
    height: 350px;
    background-size: cover;
    border-radius: 100%;
}

.us-title{
    font-size: 132%;
}

.us-sb-title{
    color: #4b4b4b;
    font-size: 107%;
}

.us-card{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #b1b1b1;
    padding: 10px;
    height: 268px;
    margin-bottom: 20px;
}

.us-icon{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 280%;
}

.us-card-title{
    font-size: 123%;
}

.us-card-sb-title{
    color: #737373;
    font-size: 89%;
}

.us-title-sec-two{
    font-size: 3rem;
    margin-bottom: 10px;
}

.us-background{
    background-image: url(../../images/a.png);
    background-repeat: no-repeat;
    background-position: left;
}

.us-woman-content{
    width: 400px;
    height: 400px;
    border-radius: 100%;
    border: 1px solid #3f5ba9;
    border-top-style: dashed;
    border-left-style: dashed;
}

.user-woman-cir1{
    background-color: #3f5ba9;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 100%;
    right: 64px;
    bottom: 32px;
}

.user-woman-cir2{
    background-color: #3f5ba9;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 100%;
    bottom: 135px !important;
    right: -4px;
}

@media screen and (max-width: 575px){
    .heigth-mobile{
        height: 887px;
    }

    .location-container{
        bottom: 652px !important;
    }

    .cont-map-form{
        right: 0 !important;
        left: 0 !important;
        margin: auto !important;
    }

    .us-woman{
        width: 310 !important;
        height: 310 !important;
    }

    .us-woman-content{
        width: 350 !important;
        height: 350 !important;
    }

    .user-woman-cir2{
        right: -9px;
    }

    .user-woman-cir1{
        bottom: 20px;
    }
}

@media screen and (max-width: 320px){
    .cont-map-form{
        width: 282px !important;
    }

    .us-woman{
        width: 250 !important;
        height: 250 !important;
    }

    .us-woman-content{
        width: 290 !important;
        height: 290 !important;
    }

    .user-woman-cir1{
        bottom: 7px;
    }
}