@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.main-wrapper {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 34px;
    line-height: 1.4;
    color: #171515;
    background-color: #fff;
    max-width: 1920px;
    margin: 0 auto;
}

.background {
    background-image: url(../assets/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 5800px;
    padding: 0 294px;
}

h2 {
    font-size: 50px;
    font-weight: 700;
    color: #0087cc;
    margin-bottom: 32px;
}

p {
    margin-bottom: 0;
}

header {
    text-align: center;
    padding-top: 160px;
    margin-bottom: 200px;
}

h1 {
    margin-bottom: 64px;
}

.dell-item {
    background-color: #fff;
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    padding: 0 50px 80px;
    margin-bottom: 80px;
}

.dell-item:nth-child(10) {
    margin-bottom: 32px;
}

.decoration {
    display: block;
    margin: 0 auto;
}

.disclaimer {
    font-size: 30px;
    text-align: center;
    color: #fff;
}

@media (max-width: 1440px) {
    .dell-item {
        border-bottom-right-radius: 40px;
        border-bottom-left-radius: 40px;
    }
    .background {
        height: 5700px;
        padding: 0 124px;
    }
}

@media (max-width: 1366px) {
    .dell-item {
        border-bottom-right-radius: 38px;
        border-bottom-left-radius: 38px;
    }
    .background {
        padding: 0 94px;
    }
}

@media (max-width: 1024px) {
    body {
        padding-top: 60px;
    }
    h2 {
        font-size: 40px;
    }
    p {
        font-size: 24px;
    }
    header {
        padding-top: 120px;
        margin-bottom: 160px;
    }
    .dell-item {
        border-bottom-right-radius: 32px;
        border-bottom-left-radius: 32px;
        padding: 0 30px 50px;
        margin-bottom: 40px;
    }
    .disclaimer {
        font-size: 20px;
    }
    .background {
        height: 4300px;
        padding: 0 34px;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 30px;
    }
    p {
        font-size: 18px;
    }
    header {
        padding-top: 80px;
        margin-bottom: 120px;
    }
    header .img-fluid {
        max-width: 80%;
    }
    .dell-item {
        border-bottom-right-radius: 24px;
        border-bottom-left-radius: 24px;
    }
    .disclaimer {
        font-size: 16px;
    }
    .background {
        height: 3400px;
        padding: 0 24px;
    }
}

@media (max-width: 420px) {
    h1 {
        margin-bottom: 32px;
    }
    h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    p {
        font-size: 16px;
    }
    header {
        padding-top: 40px;
        margin-bottom: 60px;
    }
    .dell-item {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        padding: 0 20px 20px;
    }
    .disclaimer {
        font-size: 14px;
    }
    .background {
        background-image: url(../assets/bg-mob.jpg);
        height: 2320px;
        padding: 0 24px;
    }
}