.page-title{
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #383838;
    margin-top: 60px;
    /*padding: 0 40px;*/
}
.container{
    max-width: 1320px;
    margin: 0 auto;
}
.page-container{
    margin-bottom: 25px ;
    display: flex;
    justify-content: space-between;
}
.block-container{
    margin-top: 30px;


}
.block-container:first-child{
    grid-row: 2;
}

.map1{
    height: 370px;
    width: 470px;
}

.sub-title{
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #383838;
    margin-bottom: 25px;
}
.content-container{
    margin-bottom: 10px;
    display: flex;
    /*flex-direction: column;*/
    justify-content: space-between;

}
.first-block-container{
    /*font-family: 'Reem Kufi';*/
    font-weight: 525;
}
.second-column{
   margin-left: 20px;
}
.content-container-address{
    margin-bottom: 10px;
    width: 470px;
}
.map-container{
    max-width: 1320px;
    margin: 0 auto;
}
.map-wrapper{
    margin-bottom: 25px;
}
.map-title{
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #383838;
    margin-bottom: 25px;
    text-align: center;
}
.map2, .map3{
    width: 100%;
    height: 400px;
}

.map__section {
    padding-bottom: 20px;
}

@media (max-width: 481px){
    .map1{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .page-container, .map-container{
        padding: 0 10px;
    }
    .content-container-address{
        max-width: 300px;
    }
    .page-title{
        margin-top: 30px;
    }

    .numeric {
        white-space: nowrap;
        font-size: 14px;
    }

    .phone__title {
        font-size: 14px;
    }
}