.contain {
    width: 1403px;
    position: relative;
    min-height: 1px;
    margin: 0 auto;
    vertical-align: top;}
.image-text-carousel__link {
    background: none;
    background-color: #db0913;
    border-color: #fa0000;
    border-style: solid;
    border-width: 2px;
    box-shadow: none;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    line-height: 1.44;
    margin: 3.25rem auto 0;
    padding: .875rem 1.625rem;
    text-align: center;
    text-decoration: none;
    transition: .2s ease-in;}
.index_banner .welcome {
    display: block;
    position: absolute;
    left: -102px;
    bottom: 0;
    width: 320px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 3px 3px 0 0;
    font-weight: 800;
    font-style: italic;
    font-size: 22px;
    text-align: center;
    opacity: 0.9;
    background: #EB0013;}
