.blurred__right { background-repeat: no-repeat; background-size: cover; min-height: 762px; background-position: center; border-radius: 0 0 180px 0; filter: blur(75px); }
.blurred__thumbnail { position: absolute; top: 50%; right: 242px; left: auto; transform: translate(-0%, -50%); z-index: 7; }
.blurred__thumbnail img { width: 405px !important; height: 538px !important; object-fit: cover; border-radius: 20px; }
.blurred__contant ul { padding: 0; margin: 0; list-style: none; }
.blurred__contant ul li a { display: flex; flex-flow: wrap; align-items: center; color: var(--secondary-700, #224659); font-family: Inter; font-size: 14px; font-style: normal; font-weight: 500; line-height: 20px; text-decoration: none; transition: all 0.4s ease; }
.blurred__contant ul li a span svg { vertical-align: middle; }
.blurred_row { display: flex; flex-flow: wrap; align-items: center; position: relative; }
.blurred_left:before { background: var(--secondary-100); position: absolute; content""; top: 0; right: 0; left: 0; bottom: 0; }
.blurred__left { width: 50%; padding-left: calc(100% / 2 - 1240px / 2); position: relative; }
.blurred__right { width: 50%; }
.blurred__small__title { background: var(--x-linear, linear-gradient(270deg, #FD3002 0%, #FD7B34 100%)); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.blurred__title h2 { color: var(--secondary-700); }
.blurred__content { color: var(--secondary-500); }
.blurred__contant ul li a:hover { color: var(--primary-500); transition: all 0.4s ease; }

@media(min-width:1360px) and (max-width:1400px) {
    .blurred__left { padding-left: calc(100% / 2 - 1280px / 2); }
}

@media(min-width:1230px) and (max-width:1359px) {
    .blurred__left { padding-left: calc(100% / 2 - 1170px / 2); }
}
@media(min-width:992px) and (max-width:1229px) {
    .blurred__left { padding-left: calc(100% / 2 - 940px / 2); }
}
@media(min-width:768px) and (max-width:991px) {
    .blurred__left { padding-left: calc(100% / 2 - 720px / 2); }
}
@media(max-width:1440px) {
    .blurred__thumbnail { right: 115px; }
}
@media(max-width:1024px) {

    /*     .blurred__left {padding: 0 20px;} */
    .blurred__thumbnail { right: 38px; }
}
@media(max-width:991px) {
    .blurred__thumbnail img { width: 300px !important; height: 400px !important; }
}
@media(max-width:767px) {
    .blurred__thumbnail img { width: 270px !important; height: 350px !important; }
    .blurred__left { width: 100%; padding-top: 50px; padding-bottom: 35px; }
    .blurred_row { padding: 0 15px; }
    .blurred__right { width: 100%; padding-top: 32px; min-height: 400px; }
    .blurred__thumbnail { top: 90px; right: auto; left: calc(50%); bottom: 0; width: 270px !important; height: 350px !important; transform: translate(-133px, -67px); }
    .blurred_row { flex-direction: column-reverse; }
}