.first-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: -3;
    background: url('../assets/index-landscape.png') 0 50% / cover no-repeat;
}
.first-section .xx-big {
    text-align: center;
    /* max-width: 936px; */
}
.first-section .small {
    text-align: center;
    margin: 16px 0 8px 0;
}
.first-section .small:nth-child(3) {
    text-align: center;
    margin: 16px 0 48px 0;
}
.header-screen {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.4);
    position: relative;
}
/* /////////////////////////////// */
.second-section {
    background-color: #FFF6F2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.second-section .custom-padding {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.second-section .custom-padding .primary-light {
    max-width: 792px;
}
.categories {
    margin-bottom: 24px;
}
.courses-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
    width: 100%;
}
.second-section .custom-padding .last {
    margin-bottom: 64px;
}
.second-section .custom-padding .courses-wrapper {
    max-width: 792px;
}
.second-section .custom-padding .courses-wrapper .courses-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.second-section .custom-padding .courses-wrapper .courses-item img{
    margin-right: 16px;
}
.second-section .big {
    text-align: center;
}
.second-section .subtitle {
    text-align: center;
    margin: 40px 24px;
}
.second-section .items-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 8px;
}
.cars-wrapper {
    width: 100%;
    display: flex;
    max-width: 792px;
}
.note {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.note img {
    margin-right: 8px;
    margin-top: 2px;
}
.second-section .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #FFFFFF;
    border-radius: 16px;
    width: 200px;
}
.second-section .item .x-big {
    padding: 10px 0;
}
.item:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
}
.item .primary-light{
    display: flex;
}
/* ///////////////////////////// */
.custom-padding {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.third-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1000px;
}
.third-section .medium {
    text-align: center;
    align-self: center;
}
.third-section .description {
    margin-top: 20px;
    color: rgba(18, 17, 39, 0.56);
    font-family: 'Inter', sans-serif;
    text-align: center;
    align-self: center;
}
.third-section .list {
    margin-top: 16px;
}
.list .item-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Inter', sans-serif;
}
.list .item-list .xxx-small {
    margin-left: 12px;
}
.fourth-section .xxx-small {
    font-style: italic;
}
.list .item-list {
    margin-bottom: 24px;
}
.columns-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.column-item:nth-child(1) {
    padding-left: 60px;
}
.column-item:nth-child(3) {
    max-width: 430px;
}
.divider-lists {
    display: none;
}

/* ///////////////////////////// */
.fourth-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.fourth-section .right {
    max-width: 550px;
    margin-left: 80px;
}
.fourth-section .right .description {
    margin-top: 24px;
    color: rgba(18, 17, 39, 0.56);
    font-family: 'Inter', sans-serif;
    margin-bottom: 16px;
}
.fourth-section .list {
    margin-bottom: 48px;
}
.fourth-section .left {
    display: flex;
    justify-content: center;
}

#home-divider {
    margin: 0;
}

@media (max-width: 1100px) {
    .column-item:nth-child(1) {
        padding-left: 0;
    }
    .column-item:nth-child(2) {
        max-width: 350px;
    }
}

@media (max-width: 1200px) {
    .first-section img {
        width: 70%;
        height: auto;
    }
}

@media (max-width: 1300px) {
    .fourth-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .fourth-section .right {
        margin-left: 0;
        margin-top: 60px;
    }
    .benefits-wrapper {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 950px) {
    .first-section img {
        width: 75%;
        height: auto;
    }
    .second-section .items-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .item:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .columns-wrapper { 
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .column-item:nth-child(3) {
        max-width: 100%;
        margin-top: 20px;
    }
    .divider-lists {
        display: flex;
    }
}

@media (max-width: 700px) {
    .fourth-section .left img:nth-child(1) {
        width: 100%;
        height: auto;
    }
    .cars-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .cars-wrapper .courses-wrapper:nth-child(2) {
        margin-top: 24px;
    }
}

@media (max-width: 500px) {
    .first-section img {
        width: 302px;
        height: auto;
    }
    .second-section .subtitle {
        margin: 20px 24px;
    }
    .columns-wrapper { 
        align-items: flex-start;
    }
    .column-item:nth-child(3) {
        max-width: 100%;
    }
}