#watto-our-company-second-section-content-container, #watto-our-company-third-section-content-container {
    display: flex;
    flex-direction: row;
    gap: var(--sectionGap, 24px);
    justify-content: space-between;
}

hr {
    background-color: var(--mainColor);
    height: 2px;
    width: 100%;
    border: none;
}

#watto-our-company-fourth-section-carousel-next-button, #watto-our-company-fourth-section-carousel-prev-button {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    #watto-our-company-second-section-content-container, #watto-our-company-third-section-content-container {
        flex-direction: column;
    }
}