/* .content>p:first-of-type{
    color: #aaa;
}
.content>p:first-of-type>a{
    color: #aaa;
} */
.content_text{
    display: flex;
    align-items: center;
    padding: 50px 0;
}
.contentRmack_left{
    width: 50%;
}
.contentRmack_left h3{
    font-size: 44px;
    /* line-height: 48px; */
}
.contentRmack_left p{
    font-size: 20px;
    line-height: 50px;
    display: flex;
    align-items: center;
}
.contentRmack_left p img{
    width: 20px;
    height: 20px;
}
.contentRmack_left p span{
    font-size: 20px;
    line-height: 50px;
    padding-left: 10px;
}
.contentRmack_right{
    width: 50%;
}
.contentRmack_right img{
    width: 100%;
}
.contentMap #map,.contentMap #container{
    border: 1px solid #ccc;
    border-radius: 20px;
}
.contentMap_text{
    padding-top: 30px;
}
.contentMap_text p{
    font-size: 20px;
    line-height: 50px;
}