

section#section-about h1 {
    margin: 0;
    padding-bottom: 40px;
}

section#section-about h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #bbbbbb;
}

section#section-about .welcome-wrapper {
    display: flex;
    gap: 20px;
}

section#section-about .welcome-wrapper img {
    flex: 1;
    width: 100%;
    height: auto;
    max-height: 400px;
}

section#section-about .welcome-wrapper .welcome-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section#section-about .welcome-wrapper .welcome-text h3 {
    margin: 0;
}

@media (max-width: 1025px) {
    section#section-about .welcome-wrapper {
       flex-direction: column;
    }
    section#section-about .welcome-wrapper img {
        flex: 1;
        height: auto;
        max-height: 400px;
    }
}


@media (max-width: 767px) {
    section#section-about .welcome-wrapper {
        display: flex;
        flex-direction: column;
    }    
}
