.logo-img, .footer-logo-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-right: 10px;
}

.section-logo {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    display: block;
}

.small-logo {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.corner-logo {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    opacity: 0.8;
}

/* Add logo to section titles */
.section-title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.section-title-container .section-title {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.section-title-container .section-logo {
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .section-title-container {
        flex-direction: column;
    }
    
    .section-title-container .section-title {
        margin-top: 10px;
    }
}
