.home {
    min-height: 100%;
    max-width: 100%;
}

.home .top-home {
    background-image: linear-gradient(rgba(71, 161, 161, 0.8), rgba(71, 161, 161, 0.6)), url("../../img/rhumato.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    max-width: 100%;
}

.home .top-home h1 {
    width: 50%;
    color: white;
    text-transform: uppercase;
    margin: 0 0 0.5vh 0;
}

.home .top-home h3 {
    width: 55%;
    color: #063e4a;
    margin-bottom: 0;
}

.home .about {
    min-width: 100%;
    min-height: 70vh;
    background-color: white;
}

.home .about .about-desc {
    display: flex;
    flex-direction: column;
    object-fit: cover;
    background-color: white;
    padding: 30px 50px 50px 50px;
}

.home .about .about-desc h2 {
    color: #50A2A7;
    font-size: 50px;
    margin-top: 0;
}

.home .about .about-desc span {
    padding-bottom: 1vh;
    border-bottom: 1px solid #dd6f6f;
}

.home .about .about-desc p {
    color: grey;
    font-size: 18px;
}

.home .about .about-desc p:nth-child(3) {
    padding-bottom: 40px;
}

.home .about .about-desc a:hover {
    color: #dd6f6f;
    transition: color ease 0.5s;
}

.home .about .about-desc a {
    display: flex;
    justify-content: center;
    border: 1px #dd6f6f solid;
    border-radius: 50px;
    font-size: 20px;
    padding: 10px;
    color: #50A2A7;
    max-width: 150px;
    margin-bottom: 15px;
    font-weight: 600;
}

.home .about .about-desc i {
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-weight: 400;
}

.home .about .about-img {
    max-width: 100%;
}

.home .about .about-img img {
    max-width: 100%;
}

.home .last-posts {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #F5F5F5;
    min-height: 800px;
    max-width: 100%;
}

.home .last-posts h2 {
    color: #50A2A7;
    font-size: 60px;
}

.home .last-posts span:first-child {
    border-bottom: 1px solid #dd6f6f;
}

@media only screen and (max-width:992px) {
    .home .last-posts h2 span:first-child {
        border-bottom: none;
    }
    .home .last-posts h2 span:nth-child(2) {
        border-bottom: 1px solid #dd6f6f;
    }
}

.home .last-posts .last-posts-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
}

.home .last-posts .last-posts-article article {
    max-width: 100%;
    min-height: 350px;
    background-color: white;
}

.home .last-posts .last-posts-article article img {
    max-width: 100%;
    min-height: 350px;
}

.home .last-posts .last-posts-article article h4 {
    color: #50A2A7;
    margin: 10px 0 0 0;
    font-size: 24px;
}

.home .last-posts .last-posts-article article h4::first-letter {
    text-transform: capitalize;
}

.home .last-posts .last-posts-article article span {
    color: #50A2A7;
    font-size: 18px;
    text-transform: capitalize;
}

.home .last-posts .last-posts-article article .content p {
    color: grey;
    font-size: 18px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.home .last-posts .last-posts-article article .content a:hover {
    background-color: #50A2A7;
    color: white;
}

.home .last-posts .last-posts-article article .content a {
    display: flex;
    justify-content: center;
    color: #50A2A7;
    border: 2px #50A2A7 solid;
    border-radius: 5em;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: auto;
    padding: 15px;
    max-width: 100%;
}

@media only screen and (min-width : 993px) {

    .home .about .about-desc h2 {
        font-size: 70px;
    }

    .home .top-home h1 {
        max-width: 200px;
        font-size: 60px;
    }

    .home .top-home h3 {
        max-width: 180px;
        font-size: 40px;
    }

    .home .about {
        display: flex;
        flex-direction: row;
        min-width: 100%;
        min-height: 700px;
    }

    .home .about .about-desc {
        min-width: 50%;
        max-width: 50%;
    }

    .home .about .about-desc a {
        max-width: 250px;
    }

    .home .about .about-img {
        max-width: 100%;
    }

    .home .about .about-img img {
        height: 100%;
        max-width: 100%;
    }

    .home .last-posts {
        margin-top: 0;
    }

    .home .last-posts .last-posts-article {
        display: flex;
        flex-direction: row;
    }

    .home .last-posts .last-posts-article article {
        min-width: 450px;
        max-width: 450px;
        margin: 10px 30px 30px 30px;
    }

    .home .last-posts .last-posts-article article img {
        min-width: 450px;
        max-width: 450px;
    }

    .home .last-posts .last-posts-article article .content {
        margin: 0 10px 0px 10px;
        min-height: 350px;
    }
}

@media only screen and (min-width: 602px) and (max-width: 993px) {


    .home .about .about-desc h2 {
        font-size: 70px;
    }

    .openslide i {
        font-size: 40px;
    }

    .home .top-home h1 {
        font-size: 50px;
    }

    .home .top-home h3 {
        font-size: 40px;
    }

    .home .about .about-desc a {
        max-width: 300px;
        padding: 20px;
    }

    .home .last-posts .last-posts-article article {
        max-width: 450px;
        min-height: 650px;
    }

    .home .last-posts .last-posts-article article img {
        max-width: 450px;
        min-height: 450px;
    }

    .home .last-posts .last-posts-article article .content {
        padding: 40px
    }
}