.section-container {
    width: 100%;
}

.main-section {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    height: 1364px;
    background-image: url('../images/Rectangle-3.jpg');
    background-position: bottom center;
}

.background-overlay {
    width: 100%;
    height: auto;
    background-color: #18191b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 172px;
}

.section-content {
    max-width: 1140px;
    width: 100%;
    text-align: center;
    color: white;
}

.section-content>h2 {
    color: #ffffff;
    font-size: 62px;
    font-weight: 300;
    line-height: 80px;
    margin: 31px 0 56px 0;
}

.features-container {
    display: flex;
    max-width: 875px;
    width: 100%;
    justify-content: space-around;
}

.features {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.feature-item {
    text-align: center;
}

.feature-item .icon {
    display: flex;
    justify-content: center;
    font-size: 53px;
    margin-bottom: 22px;
}

.feature-item svg {
    width: 1em;
    height: 1em;
}

.feature-item>h3 {
    color: #FFFFFF;
    font-size: 34px;
    font-weight: 400;
    margin: 10px 0;
}

.feature-item>p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 38px;
}

.content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.text-wrapper {
    max-width: 1140px;
    width: 100%;
    text-align: center;
}

.text-header h2,
.text-subheader h2 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 300;
    line-height: 80px;
}

.text-body p {
    text-align: center;
    color: #DCDCDC;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    margin: 0 50px 57px 50px;
}

.text-footer h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: -0.3px;
}

.text-header {
    margin-bottom: 0;
}

.text-subheader {
    margin-bottom: 54px;
}

.text-body {
    margin-bottom: 40px;
}

.text-footer {
    margin-bottom: 41px;
}

.cta-button {
    display: flex;
    justify-content: center;
}

.cta-button>a {
    display: inline-block;
    width: auto;
    line-height: 1;
    font-weight: 500;
    background-color: #6239B5;
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    box-shadow: none;
    text-decoration: none;
}


@media screen and (max-width: 1024px) {
    .main-section {
        height: 1047px;
        background-repeat: no-repeat;
    }

    .background-overlay {
        background-color: rgba(255, 255, 255, 0);
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .section-container {
        height: 1336px;
    }

    .main-section {
        height: 100%;
        background-repeat: repeat;
    }

    .background-overlay {
        background: linear-gradient(to bottom, #1d1d1d 45%, #ffffff00 100%);
    }

    .section-content h2 {
        font-size: 30px;
        line-height: 50px;
    }

    .feature-item h3 {
        font-size: 30px;
    }

    .feature-item p {
        font-size: 14px;
    }

    .features-container {
        flex-direction: column;
    }

    .feature-item {
        margin-bottom: 30px;
    }

    .text-header {
        margin-bottom: 20px;
    }

    .text-header h2 {
        font-size: 35px;
        line-height: 50px;
    }

    .text-subheader {
        margin-bottom: 20px;
    }

    .text-subheader h2 {
        font-size: 23px;
        line-height: 50px;
    }

    .text-body p {
        text-align: center;
        color: #DCDCDC;
        font-size: 17px;
        font-weight: 300;
        font-style: normal;
        line-height: 36px;
    }

    .text-footer h2 {
        font-size: 23px;
        line-height: 50px;
    }
}

@media screen and (max-width: 430px) {
    .section-container {
        height: auto !important;
        max-height: inherit;
    }

    .content-container {
        padding: 0 10px;
    }

    .cta-button {
        margin-bottom: 20px;
    }

    .header-component-container {
        box-shadow: 0 0 0 1px rgb(29 29 29);
    }
}

@media screen and (max-width: 397px) {
    .section-container {
        height: 1494px;
    }

    .background-overlay {
        background: linear-gradient(to bottom, #1d1d1d 60%, #ffffff00 100%);
    }
}