/* HOME */
.section-video .img {
    margin: 0 auto;
}

.section-video::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background-color: var(--background-color);
}

.section-video .overlay-icon {
    height: 5rem;
    width: 5rem;
}

.section-video .overlay-icon i {
    font-size: 3.25rem;
}

.why-image {
    position: absolute;
    top: 3rem;
}

.section-partner img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1/1 !important;
    object-fit: cover !important;
}

@media (max-width: 1024px) {}

@media (max-width: 821px) {}

@media (max-width: 769px) {}

@media (max-width: 431px) {}