section#amenities h3.sppb-addon-title {
    font-size:30px;
}

.scroll-text {
    background: #ffffff8a;
    border-radius: 150px 150px 0 0;
    padding: 5%;
}
.scroll-text span{color:#fd8205;}

/*------
icon
-------*/
section#amenities .sppb-addon.sppb-addon-single-image .sppb-addon-title {
    font-size:20px !important;
    text-align:center;
}
section#amenities img {
    max-width: 80px;
    margin: 0 auto 10px auto;
}
section#amenities .sppb-addon-single-image-container{
     display:flex;
}

/*------
doctor
------*/
.doctor-quotes blockquote.sppb-blockquote-style {
    border-color:#fd8205;
}
.doctor-quotes blockquote.sppb-blockquote-style p{
    font-size:18px;
    margin-top:20px;
    font-style:italic;
}
.doctor-quotes p {
    font-size:20px;
    line-height:14px;
    color:#fd8205;
}

@media(max-width:480px){
section#about-skingym .sppb-addon.sppb-addon-text-block.scroll-text .sppb-addon-content{
    font-size:30px !Important;line-height:35px;}
}