.home {
}

    .home .home-header {
        background-image: url(/images/Small-banner-home.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .home .home-header h5 {
            color: var(--white);
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 25px;
        }

        .home .home-header h6,
        .home .home-ribbon h6 {
            color: white;
            font-size: 20px;
            font-weight: 100;
        }

    .home .home-services {
        padding-top: 45px;
    }

        .home .home-services h5 {
            color: var(--primaryText);
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 40px;
        }

        .home .home-services .home-services-carousel {
            padding: 50px 0px;
            width: 70%;
        }

            .home .home-services .home-services-carousel .carousel-inner {
                padding: 0px;
                width: 75%;
            }

            .home .home-services .home-services-carousel i {
                color: var(--primaryText);
                font-size: 45px;
            }

            .home .home-services .home-services-carousel img {
                width: 35%;
            }

            .home .home-services .home-services-carousel .service-title {
                margin-top: 20px;
                color: var(--secundary);
                font-size: 30px;
                height: 60px;
            }

            .home .home-services .home-services-carousel .service-description,
            .home .home-who-i-am .home-description p {
                height: 100px;
                font-size: 15px;
                width: 65%;
                margin: auto;
                margin-top: 15px;
            }

    .home .home-ribbon {
        background-image: url(/images/Long-banner-home.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 0px;
    }

        .home .home-ribbon div {
            width: 30%;
            margin: auto;
        }

        .home .home-ribbon h6 span,
        .home .home-who-i-am span {
            font-weight: 700;
        }

        .home .home-ribbon .base-button {
            background-color: var(--white);
            width: 100%;
            margin-top: 45px;
            padding: 5px;
        }

        .home .home-ribbon .home-my-blog {
            width: 15%;
        }

    .home .home-who-i-am {
        margin-top: 80px;
        margin-bottom: 120px;
    }

        .home .home-who-i-am .home-description {
        }

            .home .home-who-i-am .home-description h5 {
                color: var(--secundary);
                font-size: 24px;
                font-weight: 700;
            }

            .home .home-who-i-am .home-description p {
                margin-top: 50px;
                margin-bottom: 40px;
                width: 90%;
            }

            .home .home-who-i-am .home-description .base-button {
                width: 100%;
                margin: auto;
                color: white;
            }

            .home .home-who-i-am .home-description .home-know-more {
                width: 25%;
                margin: auto;
            }

        .home .home-who-i-am .home-photo {
            margin: auto;
            text-align: center;
        }

            .home .home-who-i-am .home-photo img {
                width: 65%;
            }


@media screen and (max-width: 900px) {

    .home .home-services .home-services-carousel {
        width: 80%;
        padding: 0px;
    }

        .home .home-services .home-services-carousel i {
            font-size: 35px;
        }

        .home .home-services .home-services-carousel img {
            width: 70%;
        }

        .home .home-services .home-services-carousel .service-title {
            height: 110px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 25px;
        }

        .home .home-services .home-services-carousel .service-description {
            height: 180px;
            margin-bottom: 10px;
        }

    .home .home-ribbon div {
        width: 95%;
    }

    .home .home-ribbon .home-my-blog {
        width: 40%;
    }

    .home .home-who-i-am {
        flex-wrap: wrap-reverse;
        margin-top: 30px;
        margin-bottom: 60px;
    }

        .home .home-who-i-am .home-description {
            width: 100%;
        }

            .home .home-who-i-am .home-description p {
                height: 180px;
            }

            .home .home-who-i-am .home-description .home-know-more {
                width: 50%;
            }

        .home .home-who-i-am .home-photo {
            margin-bottom: 70px;
            width: 100%;
        }
}
