.about-top-inner .subtitle {
    color: var(--secondary);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: .5rem;
}
.about-top-inner .title {
    max-width: 60rem;
    margin-bottom: 1rem;
    font-size: 2.375rem;
    font-weight: 700;
}
.about-top-inner .description {
    color: var(--grey);
    font-size: 1.25rem;
    line-height: 1.4;
}
.about-top-inner .description p:not(:last-child) {
    margin-bottom: 1rem;
}
.about-gallery {
    margin-bottom: 8rem;
}
@media only screen and (max-width: 768px){}
@media only screen and (max-width: 480px){}