.home-img {
    width: 100%;
}

.home-content {
    overflow: hidden;
    background-color: #FAFAFA;
}

/* SECTION 1 */

.section1-home {
    padding: 40px 60px;
    display: flex;
    background-color: #FAFAFA;
}

.section1-home-left{
    width: 60%;
    margin-right: 130px;

    display: flex;
    flex-direction: column;
}

.section1-home-right {
    width: 40%;
    position: relative;
}

.section1-home-left-text,
.section1-home-left-button {
    width: 70%;
    align-self: flex-end;
}

.section1-home-left-button {
    margin-top: 20px;
}

.section1-home-left-title p {
    font-family: Palladio;
    color: #034E7B;
    font-size: 50;
}

.section1-home-left-text p {
    font-family: Palladio-Normal;
    color: #212121;
    font-size: 20;
    text-align: justify;
}

.section1-home-left-button a {
    background-color: none;
    border: 2px solid black;
    padding: 10px 20px;
    border-radius: 10px;
    font-family: Palladio;
    font-size: 18px;

    text-decoration: none;
    color: #212121;
}

.section1-home-right-image1 {
    width: 85%;
}

/* .section1-home-right-image2 {
    position: absolute;
    top: 20%;
    left: 35%;

    border-radius: 20px;
} */

/* SECTION 2 */

.section2-home-main {
    background-color: #F0F0F0;
    padding: 5px 0px 20px 0px;
}

.section2-home {
    margin: 40px 60px;
    text-align: center;
}

.section2-home-title {
    width: 100%;
    font-family: Palladio;
    font-size: 55px;
    color: #034E7B;
}

.section2-home-title p {
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: space-between;
}

.card-home {
    background-color: white;
    width: 20%;
    height: 500px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 2px 2px 5px grey;
}

.card-home-picture img{
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #F0F0F0;
    border-radius: 20px 20px 0px 0px;
}

.card-home-title {
    font-size: 20px;
    font-family: Palladio;
    text-align: left;
    margin: 0px 20px;
    color: #034E7B;
}

.card-home-text {
    font-size: 15px;
    font-family: Palladio-Normal;
    text-align: left;
    margin: 0px 30px;
    color: #212121;
}

.card-home-button{
    text-align: left;
    margin: 0px 30px;
}

.card-home-button a {
    text-decoration: none;
    color: #212121;
    font-weight: 700;
    font-size: 17px;
}

/* SECTION 3 */


.section3-home-main {
    background-color: #FAFAFA;
}

.section3-home {
    margin: 40px 60px;
    display: flex;
    justify-content:space-evenly
    gap: 70px;
}

.section3-left {
    width: 100%;
    text-align: right;
}

.section3-left img {
    width: 60%;
}

.section3-right {
    margin-top: 30px;
}

.section3-right p {
    font-family: sans-serif;
    font-family: Palladio-Normal;
    font-size: 20px;
    width: 80%;
    color: #212121;
}

.section3-right img {
    width: 80%;
}

@media screen and (max-width: 1400px) {

    .card-home {
        width: 45%;
        height: 600px;
    }

    .section1-home-left-title p {
        font-size: 35;
    }

    .section1-home-left-text p {
        font-size: 16;
    }

}

@media screen and (max-width: 720px) {
    .home-img {
        margin-top: 80px;
    }

    .home-content {
        /* margin: 10px 30px; */
    }

    /* SECTION 1 */

    .section1-home {
        padding: 10px 30px 10px 30px;
        flex-direction: column;
        margin-top: 0px;
    }

    .section1-home-left{
        width: 100%;
    }

    .section1-home-right {
        margin-top: 30px;
        width: 100%;
        align-items: center;
        padding: 0px 0px 40px 0px;
    }

    .section1-home-left-text,
    .section1-home-left-button {
        width: 80%;
    }

    .section1-home-left-title p {
        font-size: 20;
    }

    .section1-home-left-text p {
        font-size: 14;
    }

    .section1-home-left-button a {
        border: 1.5px solid black;
        font-size: 15px;
    }
    
    .section1-home-right-image1 {
        width: 100%;
    }

    .section1-home-right-image2 {
        width: 65%;
        top: 30%;
        left: 40%;
    }

    /* SECTION 2 */

    .section2-home {
        margin: 10px 30px;
    }

    .section2-home-title {
        font-size: 35px;
    }

    .section2-home-title p {
        margin: 0;
        padding: 0;
        margin-bottom: 30px;
    }

    .cards {
        flex-direction: column;
    }

    .card-home {
        width: 100%;
        height: 500px;
    }

    /* SECTION 3 */
    .section3-home {
        margin: 10px 30px;
        flex-direction: column;
        gap: 00px;
    }

    .section3-left {
        align-self: center;
        text-align: center;
    }

    .section3-left img {
        width: 70%;
    }

    .section3-right p {
        font-size: 13px;
        width: 100%;
        text-align: justify;
    }

    .section3-right img {
        width: 100%;
    }
}



@media screen and (min-width: 500px) and (max-width: 720px) {
     /* SECTION 2 */

    .card-home {
        width: 100%;
        height: 600px;
    }
}
