.home-header-tag {
    position: absolute;
    z-index: 1;
    font-size: 55px !important;
    color: #fff;
}

.home-header-tag h1{
    font-size: 45px !important;
    margin-top: 350px;
}

.home-header-tag p{
     font-size: 25px !important;
}

.home-header-bottom {
    position: absolute;
    z-index: 1;
    bottom: 0;
    font-size: 20px !important;
    color: #fff;
    background-color: #EB5B28;
    margin-right: 150px;
    padding: 20px;
}

.home-content-text h2 {
    font-size: 55px !important;
    margin-top: 45px;
    padding-bottom: 20px;
}

.home-content-text h4 {
    font-size: 35px !important;
    margin-top: 45px;
    padding-bottom: 20px;
}

.home-content-text-1 {
    color: #fff;
    background-color: #EB5B28;
}

.home-content-text-2 h2 {
    color: #EB5B28 !important;
}

.home-content-text-3 h2 {
    color: #EB5B28 !important;
}

.home-content-img img {
    width: 100%;
    margin-top: 50px; 
    margin-bottom: 150px;
}

.home-content-img .home-header-tag p {
    font-size: 105px !important;
    text-decoration: underline;
    margin-top: 30%;
}

/*  X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    .home-header-bottom {
        font-size: 18px !important;
        margin-right: 140px;
        padding: 18px;
    }
}

/*  Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .home-header-tag h1{
        font-size: 35px !important;
        margin-top: 250px;
    }
    
    .home-header-tag p{
         font-size: 25px !important;
         padding-top: 18px;
    }

    .home-header-bottom {
        font-size: 16px !important;
        margin-right: 120px;
        padding: 18px;
    }

    .home-content-text h2 { 
        font-size: 35px !important;
        margin-top: 35px;
        padding-bottom: 15px;
    }

    .home-content-text h4 {
        font-size: 25px !important;
        margin-top: 35px;
        padding-bottom: 15px;
    }

    .home-content-img .home-header-tag p {
        font-size: 85px !important;
    }
}

/*  Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .home-header-tag h1{
        font-size: 30px !important;
        margin-top: 195px;
    }
    
    .home-header-tag p{
         font-size: 20px !important;
         padding-top: 10px;
    }

    .home-header-bottom {
        display: none;
    }

    .home-content-text h2 { 
        font-size: 30 !important;
        margin-top: 20px;
        padding-bottom: 10px;
    }

    .home-content-text h4 {
        font-size: 20px !important;
        margin-top: 20px;
        padding-bottom: 10px;
    }

    .home-content-img .home-header-tag p {
        font-size: 65px !important;
    }
}

/*  Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .home-header-tag h1{
        font-size: 25px !important;
        margin-top: 145px;
    }
    
    .home-header-tag p{
         font-size: 15px !important;
         padding-top: 7px;
    }

    .home-content-text h2 { 
        font-size: 25px !important;
        margin-top: 15px;
        padding-bottom: 5px;
    }

    .home-header-bottom {
        display: none;
    }

    .home-content-text h4 {
        font-size: 15px !important;
        margin-top: 15px;
        padding-bottom: 5px;
    }

    .home-content-img .home-header-tag p {
        font-size: 50px !important;
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .home-header-tag h1 {
        font-size: 20px !important;
        margin-top: 115px;
        margin-right: 65px;
    }
    
    .home-header-tag p {
         font-size: 14px !important;
         padding-top: 5px;
    }

    .home-content-text h2 { 
        font-size: 20px !important;
        margin-top: 10px;
        padding-bottom: 5px;
    }

    .home-content-text h4 {
        font-size: 14px !important;
        margin-top: 10px;
        padding-bottom: 5px;
    }

    .home-content-img .home-header-tag p {
        font-size: 40px !important;
    }
}

/* XX-Small devices (portrait phones, less than 440px) */
@media (max-width: 440px) {
    .home-header-tag h1 {
        font-size: 16px !important;
        margin-top: 105px;
        margin-right: 50px;
    }
    
    .home-header-tag p {
         font-size: 12px !important;
         padding-top: 1px;
    }

    .home-content-text h2 { 
        font-size: 20px !important;
        margin-top: 10px;
        padding-bottom: 5px;
    }

    .home-content-text h4 {
        font-size: 14px !important;
        margin-top: 10px;
        padding-bottom: 5px;
    }

    .home-content-img .home-header-tag p {
        font-size: 40px !important;
    }
}