header {
    background-color: #000 !important;
}
body {
    background-color: #000 !important;
}

main {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 322px;
}

main main-cont {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

main title- {
    display: flex;
    width: 100%;
    max-width: 1440px;
}

main title- title-cont {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

main title- title-cont h1 {
    color: #8E8E8E;
    font-size: 56px;
    line-height: 64px;
    font-family: 'Monserrat-bold';
    margin-bottom: 16px;
}

main title- title-cont p {
    color: #CDC6C6;
    font-size: 18px;
    line-height: 40px;
    max-width: 852px;
    margin-bottom: 32px;
}

main title- title-cont title-button {
    display: flex;
}

main title- title-cont title-button a {
    display: flex;
    align-items: center;
    border-radius: 43.32px;
    padding: 5.5px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    background-color: #fff;
}

main title- title-cont title-button a img {
    margin-right: 15px;
}

main title- title-cont title-button a p {
    margin: 0;
    font-size: 18px;
    font-family: 'Monserrat-bold';
    color: #272727;
    margin-right: 12px;
}

main section-one {
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin-top: 96px;
    margin-bottom: 50px;
}

main section-one section-one-cont {
    display: flex;
    flex-direction: column;
    width: 100%;
}

main section-one section-one-parts {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
}

main section-one section-one-parts section-one-parts-cont {
    display: flex;
    justify-content: space-between;
    color: #fff;
    width: 100%;
}

main section-one section-one-parts section-one-parts-img {
    display: flex;
    width: 566px;
    height: 549px;
}

main section-one section-one-parts section-one-parts-img img {
    width: 100%;
    height: 100%;
}

main section-one section-one-parts section-one-parts-text {
    display: flex;
    flex-direction: column;
    max-width: 678px;
    justify-content: center;
    padding-bottom: 24px;
}

main section-one section-one-parts section-one-parts-text h3 {
    font-size: 40px;
    margin-bottom: 20px;
}

main section-one section-one-parts section-one-parts-text p {
    font-size: 18px;
    line-height: 40px;
    max-width: 666px;
}

main section-two {
    display: flex;
    width: 100%;
    background-color: #171616;
    border-radius: 201px 201px 0 0;
    justify-content: center;
    padding-bottom: 100px;
}

main section-two section-two-cont {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1440px;
    margin-top: 76px;
}

main section-two section-two-title {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 100px;
}

main section-two section-two-title section-two-title-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1214px;
}

main section-two section-two-title section-two-title-cont h2 {
    color: #8E8E8E;
    font-size: 56px;
    line-height: 64px;
    font-family: 'Monserrat-bold';
    margin-bottom: 16px;
}

main section-two section-two-title section-two-title-cont p {
    color: #D9D9D9;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    display: flex;
}

main section-two section-two-content {
    display: flex;
    width: 100%;
}

main section-two section-two-content section-two-content-cont {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 20px;
}

main section-two section-two-content section-two-content-parts {
    display: flex;
    max-width: 710px;
    flex-wrap: wrap;
    background-color: #2D2C2C;
    border-radius: 50px;
    overflow: hidden;
    justify-content: space-between;
    min-height: 289px;
}

main section-two section-two-content section-two-content-parts section-two-content-title {
    padding-left: 51px;
    padding-top: 40px;
    margin-bottom: 48px;
}

main section-two section-two-content section-two-content-parts section-two-content-title h3 {
    color: #8E8E8E;
    font-size: 30px;
    line-height: 30px;
    font-family: 'Monserrat-bold';
}

main section-two section-two-content section-two-content-parts section-two-content-text {
    display: flex;
    max-width: 310px;
    padding-right: 28px;
}

main section-two section-two-content section-two-content-parts section-two-content-text p {
    color: #D9D9D9;
    font-size: 18px;
    line-height: 30px;
}

main section-two section-two-content section-two-content-parts section-two-content-img {
    display: flex;
    padding-left: 24px;
    padding-top: 32px;
}

main section-two section-two-content section-two-content-parts section-two-content-img img {
    display: flex;
}

.reverse section-two-content-text {
    padding-right: 0;
    padding-left: 28px;
    max-width: 336px;
}

.reverse section-two-content-img {
    padding-left: 0px;
    padding-right: 36px;
}

main section-three {
    display: flex;
    background-color: #171616;
    width: 100%;
    justify-content: center;
    margin-bottom: 350px;
}

main section-three section-three-cont {
    display: flex;
    flex-direction: column;
    background-color: #000;
    width: 100%;
    border-radius: 201px 201px 0 0;
    padding-top: 76px;
    align-items: center;
}

main section-three section-three-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 141px;
}

main section-three section-three-title h2 {
    font-size: 56px;
    line-height: 68px;
    color: #8E8E8E;
    font-family: 'Monserrat-regular';
    margin-bottom: 16px;
    text-align: center;
    letter-spacing: -1.2px;
    font-weight: 600;
}

main section-three section-three-title p {
    font-size: 22.5px;
    line-height: 44px;
    color: #D9D9D9;
    text-align: center;
    letter-spacing: -0.24px;
}

main section-three section-three-content {
    width: 100%;
    max-width: 1440px;
    display: flex;
    justify-content: center;
}

main section-three section-three-content section-three-content-img {
    display: flex;
    width: 100%;
}

main section-three section-three-content section-three-content-img img {
    width: 100%;
}

/* ---------- Tablet / laptop: up to 1439px ----------
   Content blocks were fixed at 1440px (now fluid); add gutters and scale
   the large display headings down. */
@media only screen and (max-width: 1439px) {
    main {
        margin-top: 200px;
    }

    main title-,
    main section-one,
    main section-two section-two-cont,
    main section-three section-three-content {
        box-sizing: border-box;
        padding-left: 40px;
        padding-right: 40px;
    }

    main title- title-cont h1 {
        font-size: 40px;
        line-height: 1.2;
        text-align: center;
    }

    main section-one section-one-parts section-one-parts-text h3 {
        font-size: 32px;
    }

    main section-two section-two-title section-two-title-cont h2,
    main section-three section-three-title h2 {
        font-size: 40px;
        line-height: 1.2;
    }

    main section-two {
        border-radius: 120px 120px 0 0;
    }

    main section-three {
        margin-bottom: 200px;
    }

    main section-three section-three-cont {
        border-radius: 120px 120px 0 0;
    }

    main section-three section-three-title {
        margin-bottom: 80px;
    }
}

/* ---------- Stack the alternating image / text rows ---------- */
@media only screen and (max-width: 1024px) {
    main section-one section-one-parts section-one-parts-cont {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    main section-one section-one-parts section-one-parts-img {
        width: 100%;
        max-width: 566px;
        height: auto;
    }

    main section-one section-one-parts section-one-parts-img img {
        height: auto;
    }

    main section-one section-one-parts section-one-parts-text {
        max-width: 100%;
        text-align: center;
        padding-bottom: 0;
    }

    main section-one section-one-parts section-one-parts-text p {
        max-width: 100%;
    }
}

/* ---------- Phone: up to 600px ---------- */
@media only screen and (max-width: 600px) {
    main {
        margin-top: 120px;
    }

    main title-,
    main section-one,
    main section-two section-two-cont,
    main section-three section-three-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    main title- title-cont h1 {
        font-size: 24px;
    }

    main title- title-cont p {
        font-size: 16px;
        line-height: 26px;
    }

    main title- title-cont title-button a img {
        width: 45px;
    }

    main title- title-cont title-button a p {
        font-size: 16px;
    }

    main section-one {
        margin-top: 48px;
        margin-bottom: 24px;
    }

    main section-one section-one-parts {
        margin-bottom: 32px;
    }

    main section-one section-one-parts section-one-parts-text h3 {
        font-size: 22px;
        margin-bottom: 12px;
        text-align: center;
    }

    main section-one section-one-parts section-one-parts-text p {
        font-size: 16px;
        line-height: 26px;
    }

    main section-two {
        border-radius: 32px 32px 0 0;
        padding-bottom: 60px;
    }

    main section-two section-two-cont {
        margin-top: 40px;
    }

    main section-two section-two-title {
        margin-bottom: 40px;
    }

    main section-two section-two-title section-two-title-cont h2 {
        font-size: 20px;
        line-height: 138%;
    }

    main section-two section-two-title section-two-title-cont p {
        font-size: 16px;
        line-height: 26px;
    }

    main section-two section-two-content section-two-content-parts {
        max-width: 100%;
        min-height: 0;
        border-radius: 30px;
    }

    main section-two section-two-content section-two-content-parts section-two-content-title {
        padding-left: 24px;
        padding-top: 24px;
        margin-bottom: 24px;
    }

    main section-two section-two-content section-two-content-parts section-two-content-title h3 {
        font-size: 24px;
    }

    main section-two section-two-content section-two-content-parts section-two-content-text {
        max-width: 60%;
        padding-right: 20px;
    }

    main section-two section-two-content section-two-content-parts section-two-content-text p {
        font-size: 14px;
        line-height: 24px;
    }

    main section-two section-two-content section-two-content-parts section-two-content-img {
        padding-left: 16px;
        padding-top: 16px;
    }

    main section-two section-two-content section-two-content-parts section-two-content-img img {
        width: 90px;
    }

    .reverse section-two-content-text {
        padding-left: 20px;
        max-width: 60%;
    }

    .reverse section-two-content-img {
        padding-right: 20px;
    }

    main section-three {
        margin-bottom: 80px;
    }

    main section-three section-three-cont {
        border-radius: 32px 32px 0 0;
        padding-top: 40px;
    }

    main section-three section-three-title {
        margin-bottom: 40px;
    }

    main section-three section-three-title h2 {
        font-size: 20px;
        line-height: 138%;
    }

    main section-three section-three-title p {
        font-size: 16px;
        line-height: 26px;
    }
}