@charset "utf-8";

p{
    text-align: justify;
}

@media screen and (max-width:1024px) {
    .about-group-img{
        max-width: 1024px !important; 
    }
}

@media screen and (max-width:768px) {
    .about-group-img{
        max-width: 700px !important; 
    }
}

@media screen and (max-width:460px) {
    .about-intro-img{
        max-height: 250px !important; 
    }

    .about-group-img{
        max-height: 250px !important; 
    }
}

@media screen and (max-width:320px) {
    .about-group-img{
        max-width: 310px !important; 
    }
}

@media screen and (max-width:280px) {
    .about-group-img{
        max-width: 270px !important; 
    }
}