/* Our Mission Page */

.about-content-desc ol {
    padding: 0 !important;
    margin-left: 50px !important;
}

@media (max-width: 1200px) {
    .about-content-desc ol {
        margin-left: 40px !important;
    }
}

@media (max-width: 880px) {
    .about-content-desc ol {
        margin-left: 30px !important;
    }
}

@media (max-width: 575px) {
    .about-content-desc {
        font-size: 18px !important;
        line-height: 28px !important;
    }
}

/* About Section */

.about-img .elementor-widget-image {
    height: 100%;
}

.about-description-right .e-con-inner {
    margin: 0 auto;
}

.about-description-left .e-con-inner {
    margin: 0 0 0 auto;
}

@media (max-width: 1440px) {
    .about-description-right.about-mission-desc .e-con-inner {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .about-img {
        display: block;
    }
}

/* Artist in Residance Page */

/* Mission Section */

.mission-img .elementor-widget-image {
    height: 100% !important;
}

@media (min-width: 1441px) {
    .mission-content-description {
        margin: 0 46px 0 auto !important;
        padding: 0 !important;
    }
}

/* Program Application section */

.program-app-description strong {
    font-weight: 700;
}

.program-app-description ul {
    padding: 0 !important;
    margin-left: 26px;
    margin-bottom: 15px;
    margin-top: -15px;
}

/* Application Process Section */

.app-process-description strong {
    font-size: 18px;
    font-weight: 500;
}

.app-process-description ul {
    padding: 0 18px;
}

.app-process-description .elementor-widget-container ul:not(.app-process-description .elementor-widget-container ul ul):first-of-type  {
    margin-bottom: 15px;
}

.app-process-description ul li {
    list-style: disc;
}

/* Micki Grant Section */

.micki-grant-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 654px !important;
    transform: rotate(90deg);
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 41.67%, rgba(49, 1, 66, 0.64) 100%);
}

@media (max-width: 2560px) {
    .micki-grant-img::after {
        width: clamp(654px, -4.04px + 45.67vw, 1165px) !important;
    }
}

@media (max-width: 1439px) {
    .micki-grant-img::after {
        width: clamp(462px, -11.75px + 46.27vw, 654px) !important;
    }
}

@media (max-width: 1024px) {
    .micki-grant-img::after {
        width: clamp(346px, -2.00px + 45.31vw, 462px) !important;
    }
}

@media (max-width: 768px) {
    .micki-grant-img::after {
        width: clamp(220px, 2.13px + 45.30vw, 350px) !important;
    }
}

@media (max-width: 480px) {
    .micki-grant-img::after {
        width: clamp(146px, -2.00px + 46.25vw, 220px) !important;
        background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 40%, rgba(49, 1, 66, 0.64) 100%);
    }
}


/* Slider */

.artist-slider .elementor-main-swiper {
    margin-left: -100px;
}

.artist-slider .elementor-swiper-button {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50%;
    background: #190022;
    color: #FFFFFF;
}

.artist-slider .elementor-swiper-button:hover {
    background-color: #310142;
}

@media (max-width: 1024px) {
    .artist-slider .elementor-swiper-button {
        height: 40px;
        width: 40px;
    }
}

@media (max-width: 767px) {
    .artist-slider .elementor-main-swiper {
        margin-left: 0;
    }

    .artist-slider .elementor-swiper-button {
        height: 36px;
        width: 36px;
    }
}