.full-width-div.slider-background {
    height: 400px;
    background-image: url(../img/img_header.jpg);
    display: flex;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-size: contain;
    justify-content: start;
    align-items: center;
    background-color: #F4F8FC;
    background-blend-mode: multiply;
}


.box {
width: 250px;
height: 250px;
border-radius: 20px;
background-size: contain;
background-repeat: no-repeat;
background-position-y: center;
background-color: #4d4d4d;
}

.owl-carousel {
max-width: 1200px;
}

.owl-dots{
    position: absolute;
    bottom: -45px;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span {
background-color: #d63031;
}

.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #ffffff;
display: block;
-webkit-backface-visibility: visible;
transition: opacity .2s ease;
border-radius: 30px;
border-style: solid;
border-width: thin;
border-color: #a19696;
    margin-top:37px;
}

@media screen and (max-width: 1090px) { .box {
    margin: 0 auto;
}}

@media screen and (max-width: 500px) { .box {
    margin: 0 auto;
}}
