.block.hometext {
    padding: 25px 0 75px 0;
    width: 100%;
}

.block.hometext .inner {
    margin: 0 auto;
    width: 1100px;
}

.block.hometext .inner .text {
    padding: 0 190px;
    text-align: center;
}

.block.hometext .ctas {
    display: flex;
    margin: 50px auto 0 auto;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
}

.block.hometext .ctas a {
    cursor: pointer;
    margin: 0 20px;
    opacity: 1;
}

.block.hometext .ctas .hometext-btn {
    position: relative;
    height: 100px;
    width: 150px;
}

.block.hometext .ctas .hometext-btn img {
    height: 80px;
    margin: 0 0 10px 0;
    width: 100px;
}

.block.hometext .ctas .img {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    margin: 0 auto;
}

.block.hometext .ctas .line {
    display: block;
    height: 2px;
    line-height: 50px;
    margin: 20px auto 0 auto;
    transition: 0.15s;
    width: 40px;
}

.block.hometext .ctas a:hover .line {
    transition: 0.15s;
    width: 75px;
}

.block.hometext .ctas .sub {
    line-height: 24px;
    margin: 0 auto;
    max-width: 150px;
    padding: 12px 0 0 0;
    text-align: center;
    text-transform: uppercase;
}

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

    .block.hometext {
        padding: 25px 0;
    }

    .block.hometext .inner {
        padding: 25px 0 10px 0;
        width: 100%;
    }

    .block.hometext .inner .text {
        padding: 0 50px;
    }

    .block.hometext .ctas {
        margin: 35px auto;
    }

    .block.hometext .ctas a {
        margin: 0 20px;
    }

    .block.hometext .ctas .hometext-btn {
        height: 90px;
        width: 150px;
    }

    .block.hometext .ctas .hometext-btn img {
        height: 75px;
        width: 75px;
    }
}

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

    .block.hometext {
        padding: 0;
    }

    .block.hometext .inner .text {
        padding: 0 25px;
    }

    .block.hometext .ctas {
        margin: 12.5px auto;
        /* padding: 0; */
    }

    .block.hometext .ctas a {
        margin: 0 10px;
    }

    .block.hometext .ctas .hometext-btn {
        height: 50px;
        width: 75px;
    }

    .block.hometext .ctas .hometext-btn img {
        height: 50px;
        width: 75px;
    }

    .block.hometext .ctas .sub {
        font-size: 12px;
        line-height: 16px;
        padding: 25px 0 0 0;
        width: 75px;
    }
}
