.block-locations{
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
}

.container-locations{
    margin: 30px 0 50px;
    max-width: 700px;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 60px;
}

.content-locations{
    display: flex;
    flex-direction: column;    
}

.block-locations .title{
    padding-top:80px;
}

.content-locations p{
    max-width: 170px;
    font-size: 17px;
    line-height: 27px;
    margin: 0;
    position: relative;
    top: -5px;
    margin-left: 5px;
}

.location-description{
    margin-bottom: 80px;
    flex: 33%;
}

.location-description h5{
    margin: 0px auto 20px auto;
}

.location-description .image-button{
    margin-top: 0;
}

.location-name{
    margin: 0;
    margin-bottom: 15px;
}

.content-locations ul {
    padding-inline-start: 25px;
    margin: 10px 0;
}

.content-locations ul.icon-location{
    list-style-image: url('assets/location-icon.svg');  
}

.content-locations ul.icon-phone{
    list-style-image: url('assets/phone-icon.svg');  
}

.content-locations ul.icon-time{
    list-style-image: url('assets/clock-icon.svg');  
}

.block-locations{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.block-locations h1{
    flex: 100%;
}

.block-locations .container-locations{
    flex: 50%;
}
.block-locations .location-form{
    flex: 50%;
}

.location-form{
    margin-top: 80px;
}

.container-cta-locations{
    display: flex;
    flex: 100%;
}

.location-description h5{
    line-height: 32px;
}

@media only screen and (max-width: 768px) {
    .block-locations .container-locations,
    .block-locations .location-form{
        flex: 100%;
    }

    .block-locations .location-form{
        margin-top: 20px;
    }

    .container-cta-locations{
        flex-wrap: wrap;
    }
   
    .location-description{
        flex: 50%;
        margin-bottom: 40px;
    }
    .block-locations .title,
    .block-locations .container-locations{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 600px) {

    .block-locations .title,
    .block-locations .container-locations{
        padding-left: unset;
        padding-right: unset;
    }

    .location-description{
        flex: 100%;
    }

    .content-locations{
        margin-bottom: 40px;
    }
    .container-locations{
        margin-bottom: 0;
        padding-top: 20px;
    }
    .block-locations .title{
        padding-top: 40px;
    }
}