element.style {
    max-height: 50px;
}

@media screen and (max-width: 576px)
.home-02 p {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
}
.home-02 h3 {
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: -0.36px;
    margin-bottom: 1rem;
}

@media (max-width: 576px)
.logo-header {
    max-width: 200px;
    object-fit: contain;
}

.fa-solid {
    line-height: 0;
}