@charset "utf-8";
@media screen and (min-width: 1025px) {

    .about-p {
        font-size: 25px;
        font-weight: bold;
        padding-bottom: 30px;
    }
    
}
@media screen and (max-width: 1024px) {
    .about-p {
        font-size: 3vh;
        font-weight: bold;
        padding-bottom: 30px;
    }
}
.about-p > span {
    display: inline-block;
}
.about {
    text-align: center;
    margin: 11vh 2% 0 2%;
    background-color: #ffffff;
    border-radius: 25px;
        
}
.about-h1 {
    font-size: 4.5vh;
    padding: 20px;
    color: #D07A96;
       
}
    