/*COLORS*/
/*FONTS*/
.stm_infobox_style_13 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 24px;
}

.stm_infobox_style_13 .stm_infobox {
    padding-bottom: 58px;
    text-decoration: none !important;
}

.stm_infobox_style_13 .stm_infobox__image {
    position: relative;
    min-width: 40px;
    margin: 0;
}

.stm_infobox_style_13 .stm_infobox__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.stm_infobox_style_13 .stm_infobox__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    z-index: 10;
    background-color: transparent !important;
    font-weight: 300;
    font-size: 18px;
}

.stm_infobox_style_13 .stm_infobox__content .stm_infobox__icon {
    font-size: 64px;
    margin: 32px 0;
}

.stm_infobox_style_13 .stm_infobox__content p {
    letter-spacing: 4px;
    margin-bottom: 17px;
    line-height: 32px;
}

@media (max-width: 991px) {
    .stm_infobox_style_13 .stm_infobox__content {
        padding-right: 20px;
    }
}

.stm_infobox_style_13 .stm_infobox__button {
    display: block;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s;
    position: absolute;
    overflow: hidden;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transform: translateY(20px);
}

.stm_infobox_style_13 .stm_infobox__button span {
    display: block;
    padding: 14px 0;
}

.stm_infobox_style_13 .stm_infobox__link a {
    position: relative;
    text-decoration: none;
}

.stm_infobox_style_13 .stm_infobox__link a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    transition: all 0.3s;
}

.stm_infobox_style_13 .stm_infobox__link a:hover:after {
    width: 0;
}

.stm_infobox_style_13:hover .stm_infobox__button {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.stm_infobox_style_13:hover .stm_infobox__content {
    padding-bottom: 40px;
}