﻿#why-to-choose-memorial-section {
    height: auto;
    background-color: #fff;
    padding-bottom: 10px;
}

.wtcm-container {
    display: flex;
    flex-direction: column;
}

.wtcm-top {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
    padding-top: 10px;
}

.wtcm-left {
    width: 45%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.wtcm-title {
    padding: 40px 0 30px;
    display: flex;
    flex-direction: column;
}

.wtcm-title-treatment {
    color: var(--02-black, #151B26);
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    width: 90%;
}

.wtcm-title-big {
    color: var(--02-black, #151B26);
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 70px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
}

body.rtl .wtcm-title-big {
    line-height: normal;
    white-space: nowrap;
}

.wtcm-title-small {
    color: #151B26;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 21.372px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    align-self: flex-end;
    position: absolute;
    margin: 10px 10px 0;
}

.wtcm-title-small-memorial {
    color: var(--01-white, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 21.372px;
    font-style: normal;
    font-weight: 800;
    line-height: 36.309px;
    background: var(--03-red, #C10230);
    padding: 0px 4px;
}

.wtcm-title-department {
    min-height: 40px;
    min-width: 1px;
    position: relative;
}

.wtcm-review {
    padding: 0px 5px 10px;
    margin-top: 10px;
}

.wtcm-comment-source-report {
    color: var(--02-black, #151B26);
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
}

.wtcm-description {
    width: 477.906px;
}

.wtcm-description-bottom {
    display: none;
}

.wtcm-description p {
    color: var(--02-black, #151B26);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 21.6px */
}
.wtcm-description ul li {
    color: var(--02-black, #151B26);
}

.wtcm-image-title {
    width: 290.339px;
    height: 21.212px;
    flex-shrink: 0;
    color: var(--02-black, #151B26);
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 16.961px;
    font-style: normal;
    font-weight: 800;
    line-height: 21.693px; /* 127.903% */
    margin-left: auto;
    margin-right: auto;
}

.wtcm-image {
    max-width: 735px;
}

.wtcm-bottom {
    display: flex;
    flex-direction: row;
    gap: 10px;
    overflow: hidden;
}

.wtcm-bottom-mobile {
    display: none;
    overflow: hidden;
}

.wtcm-item {
    display: flex;
    padding: 29.143px;
    flex-direction: column;
    align-items: flex-start;
    gap: 9.714px;
    box-shadow: 10px 20px 10px 0px rgba(192, 192, 192, 0.15);
}

.wtcm-item-icon {
    width: 25.752px;
    height: 25.752px;
}

.wtcm-item-description {
    width: 168.784px;
    color: var(--02-black, #151B26);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 19.2px */
}

.wtcm-item-name {
    width: 168.784px;
    color: var(--02-black, #151B26);
    font-family: Montserrat;
    font-size: 12.143px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 14.571px */
}

.wtcm-item-icon img {
    width: 25px !important;
    height: 25px !important;
}

@media (min-width:1024px) {
    .nopadding-lg {
        padding: 0;
    }
}

@media(max-width:768px) {
    .wtcm-review {
        padding: 0 0 10px;
    }

    .wtcm-review > .col-12 {
        padding: 0;
    }

    .wtcm-title-big {
        font-size: 50px;
    }

    .wtcm-top {
        flex-direction: column !important;
    }

    .wtcm-title {
        max-width: 430px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .wtcm-left {
        width: auto;
    }

    .wtcm-title-treatment {
        font-size: 28px;
    }

    .wtcm-title-small {
        font-size: 14px;
        position: relative;
        margin: 0;
    }

    .wtcm-title-small-memorial {
        font-size: 16px;
    }

    .wtcm-image {
        max-width: 100%;
    }

    .wtcm-description {
        display: none;
    }

    body.rtl .wtcm-description ul {
        padding: 0;
    }

    .wtcm-description-bottom {
        display: flex;
        max-width: 95vw;
        padding-right: 20px;
        flex-direction: column;
    }

    .wtcm-container {
        padding: 20px 20px 0px 20px;
    }

    .wtcm-bottom {
        display: none;
    }

    .wtcm-bottom-mobile {
        display: block;
    }

    .wtcm-bottom-mobile .swiper-slide {
        height: auto;
    }

    .wtcm-item-name,
    .wtcm-item-description {
        width: 100%;
    }

    .wtcm-item  {
        min-height: 175px;
        height: 100%;
    }

    .swiper-horizontal  {
        padding-bottom: 40px;
    }

    body.rtl .wtcm-item {
        height: 100%;
    }

    .wtcm-items-swiper .swiper-scrollbar {
        transform: scale(0.25);
        background: rgba(172,49,39,0.5);
        height: 20px;
    }

    .wtcm-items-swiper .swiper-scrollbar-drag {
        height: 10px;
        background-color: #B13226;
    }
}
