body {
    overflow-x: hidden;
}

.section-main-title {
    height: 420px;
    width: 100%;
    background-image: url('../assets/images/Group\ 48.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;
}

@media screen and (max-width:1260px) {
    .section-main-title {
        height: 20vh;
    }
    .section-main-title h1 {
        font-size: 35px;
        margin-bottom: 5px;
    }
}

.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;
}

.section-desc .desc-image {
    display: block;
    width: 100%;
    max-width: 1100px;
    object-fit: contain;
    margin: auto;
    margin-top: 42px;
}

@media screen and (min-width: 1200px) {
    .section-desc .container,
    .section-fields .container,
    .section-purpose .container {
        max-width: 1450px;
    }
}

.section-divider {
    color: #1C3470;
    font-family: "Proxima Nova";
    font-weight: 500;
    text-align: center;
    font-size: 18px;
}

.section-fields {
    margin-top: 100px;
    margin-bottom: 100px;
}

.section-fields .name {
    text-align: center;
    font-size: 56px;
    color: #000000;
    font-family: "Barlow";
    font-weight: 800;
    margin-bottom: 44px;
}

.section-fields .desc {
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 55px;
}

.section-fields .images {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    margin-top: 60px;
}

.section-fields .images .field {
    width: 49.5%;
    display: inline-block;
}

.section-fields .images .field .text {
    background-color: #EFF7FD;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-weight: 400;
}

.section-fields .images .field .text p {
    margin: 0;
}

.section-fields .images .field img {
    width: 100%;
}

.section-purpose {
    margin-bottom: 60px;
}

.section-purpose .name {
    text-align: center;
    font-size: 56px;
    color: #000000;
    font-family: "Barlow";
    font-weight: 800;
    margin-bottom: 44px;
}

.section-purpose .desc {
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 55px;
}

.section-purpose .image-purpose {
    display: block;
    width: 100%;
    max-width: 1100px;
    object-fit: contain;
    margin: auto;
    margin-top: 60px;
}

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) {
    footer p {
        font-size: 14px;
        font-weight: 400;
    }
    .section-divider {
        font-size: 14px;
    }
    .section-desc {
        padding-top: 35px;
    }
    .section-desc h2.name {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .section-desc p.desc {
        font-size: 16px;
        line-height: 30px;
    }
    .section-fields {
        margin-top: 35px;
        margin-bottom: 40px;
    }
    .section-fields .name {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .section-fields .desc {
        font-size: 16px;
        line-height: 30px;
    }
    .section-fields .images {
        flex-direction: column;
        margin-top: 35px;
    }
    .section-fields .images .field {
        width: unset;
        margin-bottom: 20px;
        text-align: center;
    }
    .section-fields .images .field .text p {
        font-size: 14px;
    }
    .section-purpose .name {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .section-purpose .desc {
        font-size: 16px;
        line-height: 30px;
    }
}