#first-section-container {
    padding: 0;
    background-color: #88af5e;
}

#first-section {
    width: 100%;
    height: 600px;
    background-color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 80%);
    align-items: normal;
}

#first-section .inner {
    width: 65%;
    margin: auto;
}

#second-section {
    height: 400px;
}

#second-section {
    padding: 0 !important;
    background-color: #fff;
}


#second-section .inner {
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
    padding-bottom: 160px;
    background-color: #88af5e;
}

#third-section .left-section {
    align-items: end;
}

#third-section {
    background-color: #fff;
    padding: 100px 0;
    clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 80%);
}

#third-section .inner {
    width: 65%;
    margin: auto;
}

#fifth-section {
    background-color: #fff;
}

.two-cols-right {
    gap: 30px;
}

#second-section .two-cols, #third-section .two-cols {
    width: 65% !important;
}

#third-section a {
    background-color: #E67E22;
    color: #fff;
}

.two-cols-right .right-section {
    width: 100%;
}


#first-section h1 {
    font-size: 3.5em;
    text-align: left;
}

#first-section p {
    font-size: 1.3em;
}

main.offers a {
    background-color: #ff8450;
    color: #fff;
    padding: 30px;
    box-sizing: border-box;
    width: max-content;
    font-size: 1.3em;
}

main.offers a:hover {
    background-color: #ffb292;
}

main section ul li {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    text-align: justify;
}

.feature span, .feature li {
    font-size: 1.2em;
}

.offer-img {
    height: 500px;
    min-width: 500px;
}

.offers {
    width: 1600px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    margin: 20px auto;
    box-sizing: border-box;
}

.two-cols-offer {
    display: flex;
    flex-direction: column;
    justify-content: start;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.493);
    border-radius: 15px;
    box-sizing: border-box;
    width: 500px;
    height: 1080px;
}

.two-cols-offer .left-section {
    width: 500px;
}

.two-cols .left-section {
    display: flex;
    flex-direction: column;
}

main.offer section img {
    max-height: 100%;
    object-fit: contain;
    border-radius: 15px 15px 0 0;
}

.offers ul {
    box-sizing: border-box;
    list-style: none;
    padding: 10px;
}

.offers ul li {
    font-size: 1.1em;
}

.offers ul li strong {
    text-decoration: underline;
    font-weight: 600;
}

.bottom {
    padding: 10px;
}

main p {
    text-align: justify;
}

@media (max-width: 1630px) {
    .offers {
        width: 1300px;
    }

    .offer-img {
        height: 400px;
        min-width: 400px;
    }

    
    .two-cols-offer {
        width: 400px;
        height: 950px;
    }

    .offers ul li {
        font-size: 1em;
    }

    .offers h1 {
        margin: 5px 0;
    }
}

@media (max-width: 1350px) {

    #first-section {
        width: 100%;
        align-items: start;
    }

    #first-section .inner {
        width: 90%;
    }

    #first-section h1 {
        font-size: 2.5em;
        text-align: left;
    }

    #first-section p {
        font-size: 1.2em;
    }

    #second-section .two-cols, #third-section .two-cols {
        width: 90% !important;
    }

    .offer-img {
        height: 500px;
        min-width: 500px;
    }

    .two-cols-offer {
        width: 500px;
        height: 1000px;
    }

    .offers {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin: auto;
        width: 100%;
    }

    #third-section {
        background-color: #fff;
        padding: 100px 0;
        clip-path: none;
    }

    #second-section .inner {
        padding-bottom: 50px;
    }

    .two-cols-right {
        align-items: start;
    }

    .two-cols-left {
        align-items: end; 
    }

    #third-section .right-section {
        margin-right: 0;
    }

    #second-section .left-section {
        margin-left: 0;
    }

    #second-section img {
        margin-left: 0;
    }
}

@media (max-width: 1068px){
    
    #third-section {
        background-color: #fff;
        padding: 0px 0;
        clip-path: none;
    }

    #second-section .inner {
        padding-bottom: 100px;
    }

    #second-section h1, #third-section h1 {
        text-align: center;
    }
}

@media (max-width: 768px) {

    main a {
        color: #fff;
        padding: 10px;
        box-sizing: border-box;
        width: max-content;
        font-size: 1em;
    }

    #second-section, #fourth-section {
        background-color: #88af5e;
        height: 300px;
        width: 100%;
        padding: 10px 0;
    }

    #first-section .inner, #third-section .inner {
        width: 85%;
        margin: auto;
    }
    
    #first-section h1 {
        text-align: left;
    }

    #first-section p {
        font-size: 1em;
    }

    #second-section .two-cols, #third-section .two-cols {
        width: 85% !important;
    }

    #third-section {
        background-color: #fff;
        padding: 0;
        clip-path: none;
    }

    .two-cols {
        flex-direction: column;
    }


    main.offer section h1 {
        font-size: 1.8em !important;
        margin: 5px 0;
    }

    #first-section h1 {
        font-size: 2.2em !important;
    }
    
    main.offer section img {
        margin: auto;
        max-width: 100%;
    }

    .two-cols-offer .left-section {
        width: 100%;
    }
    .offer-img {
        width: 100%;
        max-width: 100%;
        min-width: 100% !important;
        height: 350px;
        min-height: 100%;
    }

    .two-cols-offer {
        width: 90%;
        margin: auto;
        min-width: inherit;
        height: auto;
    }

    #second-section img {
        max-width: 80% !important;
        margin: auto;
    }

    .two-cols-left {
        flex-direction: column-reverse;
        align-items: center;
    }

    #third-section .right-section {
        margin-right: inherit;
    }

    main section p {
        font-size: 1.2rem;
    }

    #second-section .two-cols {
        padding-bottom: 50px;
    }

    #third-section {
        padding: 20px 0;
    }

    #second-section .inner {
        padding-bottom: 20px;
    }

    
}