html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.navbar-list .navbar-item .three {
    color: #fe5a0e;
}

.image-container {
    position: relative;
}

.image-container::before {
    background-color: #0B0B0B;
    opacity: 0.5;
}

.image-contact {
    width: 100%;
    max-height: 600px;
    position: relative;
}

.overlay-text {
    font-family: 'Poppins';
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 5vw;
    text-align: center;
}

@media (max-width: 767px) {
    .overlay-text {
        font-size: 28px;
    }
}

.main-container {
    margin-top: 80px;
    margin-bottom: 80px;
}

.main-container .sec-title h3 {
    font-size: 35px;
    width: 80%;
    margin: auto;
}

.products-container {
    margin-top: 70px;
    margin-bottom: 70px;
}

.products-container .row {
    margin-bottom: 40px;
}

.products-container img {
    width: 100%;
    height: auto;
}

.products-container .title {
    font-size: 24px;
    line-height: 24px;
}

.products-container .text {
    font-size: 16px;
    text-align: justify;
    text-justify: inter-word;
}