﻿

.inner-inner-page-wrapper iframe { margin: 25px 0; }
.interested-carousel .interested-item .interested-item-thumb { height: auto; aspect-ratio: 1; }
.interested-carousel .interested-item span { color: #ef4270; direction: rtl; }
.interested-carousel .interested-item span.blackSpan { display: inline; padding: 0; color: #232323; }

.inner-content-width { max-width: 100%; }

.inner-page-title { max-width: 770px; }
.inner-page-summary { font-weight: bold; }
@media(max-width:767px) { 
    #PageBreadCrumps { margin-top: 60px; }
}


.interested-items .interested-item span { display: block; font-size: 90%; font-weight: bold; line-height: 1.25; margin-top: 15px; padding: 0 15px; text-align: center; color: #ef4270; direction: rtl; }

.interested-items .interested-item span.blackSpan { display: inline; padding: 0; color: #232323; }
.interested-item-thumb { aspect-ratio: 1; border-radius: 20px; overflow: hidden; background-size: cover; }

@media(min-width:1024px) {
    #GridContent .container { display: flex; padding-top: 0; }
    .relatedTestimonials.container.inner-page { width: 286px; flex-shrink: 0; }
    .interested-items { display: flex; flex-direction: column; width: 100%; }
    .interested-item { margin-bottom: 40px; }
    .inner-page-wrapper { padding-left: 75px; }
}

@media(max-width:1024px) {
    .interested-item { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-bottom: 40px; width: 75vw; padding: 0 10px; }
    .interested-items { display: inline-block; max-width: 100%; white-space: nowrap; overflow-x: scroll; }
    .interested-item a { width: 100%; }
    .relatedTestimonials.container.inner-page { margin: 0; padding-right: 0; width: 100%; }
}