.home-static-bottom-wrapper {
    max-width: 1440px;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
    padding: 72px;
}

@media (max-width: 1023px) {
    .home-static-bottom-wrapper {
        flex-flow: row wrap;
        padding: unset;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .home-static-bottom-wrapper a {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

.home-static-bottom-wrapper a .element {
    display: flex;
    align-items: center;
    color: #000000;
}

@media (max-width: 1023px) {
    .home-static-bottom-wrapper a .element {
        flex: 1 0 calc(50% - 10px);
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .home-static-bottom-wrapper a .element {
        width: 90%;
        flex: unset;
    }
}

.home-static-bottom-wrapper a .element .text-wrapper {
    font-family: 'TradeGothic LT CondEighteen';
    font-size: 25.63px;
    letter-spacing: 1px;
    width: 150px;
    padding-left: 20px;
    font-weight: bold;
    line-height: 94%;
}

@media (max-width: 1356px) {
    .home-static-bottom-wrapper a .element .text-wrapper {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .home-static-bottom-wrapper a .element .text-wrapper {
        font-size: 21px;
        width: auto;
    }
}

.home-static-bottom-wrapper a .element .text-wrapper .small {
    font-family: 'TradeGothic LT';
    font-size: 18px;
    margin-top: 8px;
    letter-spacing: -0.03em;
    line-height: 137%;
    font-weight: normal;
    font-style: normal;
}

@media (max-width: 1356px) {
    .home-static-bottom-wrapper a .element .text-wrapper .small {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .home-static-bottom-wrapper a .element .text-wrapper .small {
        font-size: 16px;
        width: auto;
    }
}

.home-static-bottom-wrapper a .element .text-wrapper .small .underlined {
    text-decoration: underline;
    float: left;
    margin-top: 5px;
    font-size: 12px;
}

.home-static-bottom-wrapper a .element .img-wrapper {
    background: white;
    padding: 40px 20px;
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.08), 0px 20px 100px rgba(69, 69, 69, 0.07);
    border-radius: 5px;
}
