.section-stand .section-content {
    padding-top: 60px;
}

.section-stand .section-content .container {
    padding: 0 25px;
    max-width: 1850px;
}

.section-stand__panel:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(42, 34, 11, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
}

.section-stand__panel {
    overflow: hidden;
    position: relative;
    max-width: 415px;
    margin: 15px auto;
}

.section-stand__panel img {
    -webkit-transition: all .75s linear;
    transition: all .75s linear;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.section-stand__panel:hover img {
    -webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1);
}

.section-stand__panel a {
    display: block;
    width: 100%;
    height: 100%;
}

.section-stand__panel div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}

.section-stand__panel p {
    font-size: 28px;
    font-family: 'Roboto', serif;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.section-stand__panel .btn-outline {
    font-size: 12px;
    color: #fff;
    background-color: transparent;
    padding: 16px 30px 16px 70px;
    margin-top: 60px;
}

.section-stand__panel:hover .btn-outline {
    background: #682453;
}

@media (max-width: 992px) {
    .section-stand__panel p {
        font-size: 20px;
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .section-stand .section-content {
        padding-top: 30px;
    }
}

@media (max-width: 576px) {
    .section-stand .section-content {
        padding-top: 0;
    }
}
