.container-home {
    width: 100%;
    background-color: black;
    padding-top: 300px;
}

.home-buttons {
    width: 90%;
}

.home-buttons-container {
    margin-bottom: 300px !important;
}

.home-phone-container-relative {
    height: 100%;
    position: relative;
}

.home-phone-container-absolute {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.home-phone-img {
    width: 70%;
}

/**************************** Lower 1350px ****************************/
@media (max-width: 1450px) {
    .container-home {
        padding-top: 200px;
    }

    .home-buttons-container {
        margin-bottom: 200px !important;
    }
    
    .home-phone-img {
        width: 60%;
    }

    .home-buttons {
        width: 80%;
    }
}

/**************************** Lower 991px ****************************/
@media (max-width: 991px) {
    .home-buttons {
        width: 90%;
    }

    .container-home {
        padding-top: 120px;
    }

    .home-buttons-container {
        margin-bottom: 120px !important;
    }

    .home-phone-img {
        width: 75%;
    }
}

/**************************** Lower 767px ****************************/
@media (max-width: 767px) {
    .container-home {
        padding-top: 100px;
    }


    .home-buttons {
        width: 90%;
    }

    .home-buttons-container {
        margin-bottom: 110px !important;
    }

    .home-phone-img {
        width: 95%;
    }
}

/**************************** Lower 575px ****************************/
@media (max-width: 575px) {
    .container-home {
        padding-top: 80px;
    }

    .home-buttons {
        width: 90%;
        min-width: 100px;
    }

    .home-buttons-container {
        margin-top: 10px;
        margin-bottom: 0px !important;
    }

    .home-phone-container-relative {
        padding-top: 355px;
    }

    .home-phone-img {
        width: 200px;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/**************************** Lower 430px ****************************/
@media (max-width: 430px) {
    .container-home {
        padding-top: 70px;
    }

    .home-buttons {
        width: 95%;
        min-width: 100px;
    }
}