﻿


/*--------------------------------------------------------------
# image-wrapper
--------------------------------------------------------------*/
/*.section-sm {
    padding-top: 80px;
    padding-bottom: 80px;
}*/
.image-wrapper {
    position: relative;
    border-radius: 5px;
}

    .image-wrapper img {
        border-radius: inherit;
    }

    .image-wrapper::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background-color: #e7f1ff;
        right: -15px;
        top: -15px;
        z-index: -1;
        border-radius: inherit;
    }

    .image-wrapper::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        border: 1px solid #e0ad4f;
        right: 15px;
        top: 15px;
        border-radius: inherit;
    }

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.w-100 {
    width: 100% !important;
}
