@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap');
html, body *{
    font-family: "Cairo", "Noto Sans JP", Arial, sans-serif,"FontAwesome" !important;
}
.about_1 .text_box p{
    line-height: 1.8;
}
#Rma .text {
    font-weight: 400 !important;
}
.Rma_boxtext > .wrap_width > .col .title > span{
    display: inline-flex;
    align-items: center;
}
@media screen and (min-width: 1289px){
    .Rma_boxtext > .wrap_width > .col .title > span{
        height: 87px;
    } 
}
@media screen and (min-width: 992px) and (max-width: 1288px){
    .Rma_boxtext > .wrap_width > .col .title > span{
        height: 128px;
    } 
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .Rma_boxtext > .wrap_width > .col .title > span{
        height: 108px;
    } 
}
