p, span, label, div {
    font-family: Tahoma;
}

a, button {
    font-family: Tahoma;
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma;
}

.card-radius {
    border: none;
    border-radius: 15px;
    background: #eee
}

.medium-box-shadow {
    box-shadow: 2px 2px 7px rgba(158, 156, 156, 0.5);
    transition: 0.5s
}

.medium-box-shadow:hover {
    box-shadow: 2px 2px 15px rgba(158, 156, 156, 0.5)
}

.slider-example-focus {
    transition: box-shadow 200ms ease-in-out
}

.slider-example-focus:focus {
    outline: none;
    border-radius: 15px;
    box-shadow: 0 0 5px 5px rgba(164, 234, 168, 0.32)
}

.before, .after {
    margin: 0
}

.before figcaption, .after figcaption {
    background: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 12px;
    color: #2e3452;
    opacity: .8;
    padding: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 100%
}

.before figcaption {
    left: 12px
}

.after figcaption {
    right: 12px
}

img-comparison-slider {
    visibility: hidden;
}

img-comparison-slider [slot='second'] {
    display: none;
}

img-comparison-slider.rendered {
    visibility: inherit;
}

img-comparison-slider.rendered [slot='second'] {
    display: unset;
}

.w-100 {
    width: 100%;
}

.instagram_icon {
    margin-top: -75px;
    box-shadow: none;
    height: 155px;
}
.img_offset{
    margin-top: -70px;
}
.card_offset{
    margin-top: 75px
}
.Turns-btn{
    position: absolute;
    left: 59px;
    transform: scale(1.5);
}
