/* Global settings */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

body{
    overflow-x: hidden;
    background-color: #171940;
    height: 100vh;
}

:root {
    --Platonic: #F5F5F5;
    --Tło: #B4DCED;
    --Róż: #E89C84;
    --Napisy: #171940;
    --KolorBOX: #002244;
    --Pomarańczowy: #E64510;
    --CiemnyPomarańczowy: #BD3508;
    --Niebieski: #0667E7;
}

/* Main section */

.first-section-heading {
    font-size: 34px;
    line-height: 36px;
}

.first-section-subtitle {
    margin-top: 10px;
}

.first-subtitle-text {
    font-size: 20px;
    line-height: 24px;
}

.first-section-link-text {
    font-size: 18px;
    line-height: 20px;
}

/* Second section */

.second-section-informations-box {
    width: 78.6%;
    margin-right: 10,7%;
    margin-left: 10.7%;
}

.second-section-informations-box:nth-child(1) {
    margin-left: 10.7%;
    margin-right: 10,7%;
}

.second-section-informations-box:nth-child(3) {
    margin-left: 10.7%;
    margin-right: 10,7%;
}

/* Fifth section */

.fifth-information {
    width: 100%;
}

.fifth-title-box {
    margin-top: 60px;
}

.fifth-describe {
    margin-top: 70px;
    margin-bottom: 70px;
}

.fifth-image {
    display: none !important;
}

/* NEWSLETTER */

.newsletter-content {
    display: flex;
    flex-direction: row;
}

.newsletter-information {
    width: 100%;
}

.newsletter-btn {
    margin-bottom: 20px;
}

.newsletter-image-box {
    display: none;
}