.slider-text-out{
    text-align: center;
}
.animate-about-us{
    animation: slideInFromBottom 1s ease forwards;
}
.subtitle-about-us{
    font-size: 15pt;
}
.border-top-about-us-subtitle{
    padding: 20px;
    padding-left: 150px;
    padding-right: 150px;
    border-top: 1px solid white;
}
@keyframes slideInFromBottom {
0% {
transform: translateY(100%);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}

@media (max-width: 909px){
.subtitle-about-us{
    font-size: 10pt;
}
.border-top-about-us-subtitle{
    padding: 10px;
    padding-left: 100px;
    padding-right: 100px;
}
.adaptive-title-about-us{
    font-size: 30pt;
}
}
@media (max-width: 909px){
.border-top-about-us-subtitle{
    padding: 5px;
    padding-left: 50px;
    padding-right: 50px;
}
.adaptive-title-about-us{
    font-size: 25pt;
}
}
@media (max-width: 553px){
.subtitle-about-us{
    font-size: 8pt;
}
.border-top-about-us-subtitle{
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
}
.adaptive-title-about-us{
    font-size: 20pt;
}
.slider-text-out{
    padding-left: 50px;
}
}
@media (max-width: 410px){
.border-top-about-us-subtitle{
    padding-left: 20px;
    padding-right: 20px;
}
.adaptive-title-about-us{
    font-size: 20pt;
}
.slider-text-out{
    padding-left: 30px;
}
}
.about-us-description{
    width: 100%;
    background-color: white;
    color: black;
}
.about-us-description__text{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    line-height: 2;
    text-align: justify;

}
.about-us-description__text--bold{
    font-weight: bold;
}
@media (max-width: 1700px){
    .about-us-description__text{
        margin: unset;
        margin-left: 40px;
        margin-right: 40px;
        padding-right: 80px;
    }
}
.bg-photo-about-us__photo{
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -99;
}
.bg-photo-about-us{
    position: relative;
    height: 400px;
    overflow: hidden;
}
.no-top-margin{
    margin-top: 0 !important;
}
.top-padding-set{
    padding-top: 40px;
    padding-bottom: 40px;
}
.container2{
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 40px;
}
.row2{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.text-black a{
    color: black;
}
