﻿.about-us h2 {
    font-family: "Gabriela";
    line-height: 1.3em;
    position: relative;
    font-size: 36px;
    z-index: 1;
    text-shadow: -1px 0 var(--color-text-shadow), 0 1px var(--color-text-shadow), 1px 0 var(--color-text-shadow), 0 -1px var(--color-text-shadow);
}
.about-us h3 {
    font-family: "Gabriela";
    line-height: 1.3em;
    position: relative;
    font-size: 32px;
    z-index: 1;
    text-shadow: -1px 0 var(--color-text-shadow), 0 1px var(--color-text-shadow), 1px 0 var(--color-text-shadow), 0 -1px var(--color-text-shadow);
}
.about-us p, .about-us a {
    font-family: "Roboto Flex";
    font-size: 18px;
    margin-bottom: 0px;
}
.about-us a {
    color: var(--color-black);
    text-decoration: none;
}
.about-us .address p {
    font-family: "Roboto Flex";
    font-size: 18px;
    margin-bottom: 0px;
}
.about-us .box-image .rotate-10 {
    transform: rotate(10deg);
}
.about-us .box-image .img-blank-about {
    height: 100%;
    width: 100%;
    background: url(../images/about-blank.png);
    background-size: cover;
}
.about-us-trend h3 {
    font-family: "Gabriela";
    line-height: 1.3em;
    position: relative;
    font-size: 32px;
    z-index: 1;
    color: var(--bg-site);
}
.about-us-trend p {
    font-family: "Roboto Flex";
    font-size: 18px;
    margin-bottom: 0px;
}
@media (max-width: 1199px) {
    .about-us .box-image .rotate-10 {
        transform: rotate(0deg);
    }
}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {
    
}

@media (max-width: 767px) {
    
}