body {
    overflow-x: hidden;
}

.section-main-title {
    height: 420px;
    width: 100%;
    background-image: url('../assets/images/Group\ 46.jpg');
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.section-main-title h1 {
    font-size: 72px;
    color: #ffffff;
    font-family: 'Barlow';
    font-weight: 800;
    margin-bottom: 25px;
}

.section-main-title p.desc {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 38px;
    font-family: "Proxima Nova";
    font-weight: 400;
}

@media screen and (max-width:1260px) {
    .section-main-title {
        height: 20vh;
    }
    .section-main-title h1 {
        font-size: 35px;
        margin-bottom: 5px;
    }
    .section-main-title p.desc {
        font-size: 20px;
        margin-bottom: 0;
    }
}

.section-desc {
    padding-top: 65px;
    overflow: hidden;
}

.section-desc h2.name {
    text-align: center;
    font-size: 56px;
    color: #000000;
    font-family: "Barlow";
    font-weight: 800;
    margin-bottom: 44px;
}

.section-desc p.desc {
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 55px;
}

@media screen and (min-width: 1200px) {
    .section-desc .container,
    .section-production .container {
        max-width: 1450px;
    }
}

.section-data {
    overflow: hidden;
    width: 100%;
    background-color: #EFF7FD;
    border-top: 1px solid #C3D3DE;
    border-bottom: 1px solid #C3D3DE;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    margin-top: 70px;
}

.section-data .data {
    padding: 0 80px;
    text-align: center;
    border-right: 1px solid #C3D3DE;
}

.section-data .data:last-child {
    border-right: none;
}

.section-data .data .name {
    font-size: 20px;
    font-family: "Proxima Nova";
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
}

.section-data .data .info {
    font-size: 40px;
    font-family: "Proxima Nova";
    font-weight: 600;
    color: #000000;
}

.section-production {
    margin-top: 100px;
    overflow: hidden;
}

.section-production h3.name {
    font-size: 56px;
    font-family: "Barlow";
    font-weight: 800;
    text-align: center;
    color: #000000;
    margin-bottom: 48px;
}

.section-production p.desc {
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 55px;
    margin-bottom: 30px;
}

.section-production .production-data {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 15px 0;
}

.section-production .data {
    padding: 0 80px;
    text-align: center;
    border-right: 1px solid #C3D3DE;
}

.section-production .data:last-child {
    border-right: none;
}

.section-production .data .name {
    font-size: 20px;
    font-family: "Proxima Nova";
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
}

.section-production .data .info {
    font-size: 40px;
    font-family: "Proxima Nova";
    font-weight: 600;
    color: #000000;
}

.section-production .production-image {
    display: block;
    width: 100%;
    max-width: 1100px;
    object-fit: contain;
    margin: auto;
    margin-top: 42px;
}

.section-production .map-container {
    max-width: 1100px;
    margin: auto;
    margin-top: 71px;
}

footer {
    width: 100%;
    height: 70px;
    background-color: #1F1C1C;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

footer p {
    color: #ffffff;
    font-size: 18px;
    font-family: "Proxima Nova";
    font-weight: 500;
    margin: 0;
}

@media screen and (max-width: 1000px) {
    .section-data {
        flex-direction: column;
        padding: 0;
        margin-top: 35px;
    }
    .section-data .data {
        border: none;
        border-bottom: 1px solid #C3D3DE;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .section-data .data:last-child {
        border: none;
    }
    .section-data .data .info {
        font-size: 30px;
    }
    .section-data .data .name {
        font-size: 16px;
    }
    .section-production .production-data {
        flex-direction: column;
        padding: 0;
    }
    .section-production .data {
        border: none;
        border-bottom: 1px solid #C3D3DE;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .section-production .data:last-child {
        border: none;
    }
    .section-production .data .info {
        font-size: 30px;
    }
    .section-production .data .name {
        font-size: 16px;
    }
    .section-desc {
        padding-top: 25px;
    }
    .section-desc h2.name {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .section-desc p.desc {
        font-size: 16px;
        line-height: 30px;
    }
    .section-production h3.name {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .section-production p.desc {
        font-size: 16px;
        line-height: 30px;
    }
    .section-production {
        margin-top: 35px;
    }
    .section-production .production-image {
        margin-top: 25px !important;
    }
    footer p {
        font-size: 14px;
        font-weight: 400;
    }
    .section-production .map-container {
        margin-top: 25px;
    }
    .section-production .map-container iframe {
        height: 300px !important;
    }
}