.sailun_title {
    color: #1a1918;
    background-color: #fff;
    width: fit-content;
    padding: 10px 20px 10px 30px;
    border-radius: 0 50px 50px 0;
    font-weight: bold;
    box-shadow: 2px 2px 5px #0004;
    margin-left: 14.5%;
    position: relative;

}

.sailun_title::before {
    content: "";
    width: 80%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: -70%;
    top: 0px;

    border-radius: 0 50px 50px 0;
    background-color: #ff9501;
    padding: 0 20px;
    background-image: url(/img/modeleOpon/small/sailun-logo-transparent-small.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 2px 2px 5px #0004;



}

.salnun-bg {
    background-image: url(/img/modeleOpon/small/porsche-normal.png);
    background-position: center;
    background-size: cover;
}

.img-round {
    border-radius: 20px;
}

.arrow_new {
    background-color: #ff9501;
    border-radius: 50%;
    box-shadow: 2px 2px 5px #000a;
}

@media(max-width:1200px) {
    .sailun_title {
        margin-left: 17.4%;
    }
}

@media(max-width:992px) {
    .sailun_title {
        margin-left: 23.7%;
    }
}

@media(max-width:767px) {
    .sailun_title {
        margin-left: 32.6%;
    }
}

@media(max-width:570px) {
    .sailun_title {
        margin-left: calc(1vw + 37%);
        padding: 10px 20px 10px 40px;
    }

    .sailun_title::before {
        width: 88%;
    }
}