/* Copyright Queen Media LTD. */
/* Written By Nealious Queen */

.cases-sec1{
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 0;
    padding: 0;
    width: 90vw;
}

.cases-title{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    width: fit-content;
}

.cases-title h1{
    font-weight: 600;
    color:#EBF8FF;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cases-title h1::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.2rem;
    background: linear-gradient(90deg, #EF97B4, #8BCCEC);
    border-radius: 2rem;
    margin-top: 0.3rem;
}

.cases-sec1-container {
    display: flex;
    flex: row;
    flex: 1;
    justify-content: space-between;
}

.cases-sec1-left {
    display: flex;
    flex: 1;
    flex-direction: column;
    text-align: left;
    font-size: 1.3rem;
}

.cases-sec1-right {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.cases-sec1-right img {
    width: 40vw;
    border-radius: 2rem;
}