.about-vistra-section{
    background-color: #101D42;
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
}

.about-vistra-section .inner-container{
    position: relative;
}

.about-vistra-section__background{
    position: absolute;
    bottom: -74px;
    left: -20px;
    width: 276px;
    height: 276px;
    z-index: 0;
}

.about-vistra-section__background img{
    width: 276px;
    height: 276px;
}

.about-vistra-section__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.about-vistra-section__content{
    display: flex;
    flex-direction: row;
    gap: 52px;
    z-index: 2;

}

.about-vistra-section__content p{
    color: #fff;
}

.about-vistra-section__content .Body2{
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 145%;
    letter-spacing: -0.005em;
}

.about-vistra-section__cta-arrow {
    width: 10px;
    height: 8px;
    transition: transform 0.2s ease;
}

.about-vistra-section__cta:hover .service-section__cta-arrow {
    transform: translateX(2px);
}



.about-vistra-section__cta {
    color: #fff;
    font-weight: 400;
    text-decoration: none !important;
    transition: color 0.2s, border-color 0.2s;
    font-size: 12px !important;
    display: inline-block;
    padding: 4px 0;
    font-family: 'Poppins', sans-serif;
    margin-top: 68px;
}

.about-vistra-section__title{
    color: #fff !important;
    margin-top: 31px;
    margin-bottom: 81px;
}

.about-vistra-section__left-paragraph {
    color: #fff !important;
    flex: 1;
    max-width: 430px;
}

.about-vistra-section__right-paragraph {
    color: #fff !important;
    flex: 1;
    max-width: 430px;
}

@media (max-width: 800px) {
    .about-vistra-section__content{
        flex-direction: column;
        gap: 0px;
    }

    .about-vistra-section__cta {
        margin-top: 40px;
    }

    .about-vistra-section__title {
        margin-bottom: 24px;
    }

    .about-vistra-section__background{
        left: -80px;
    }
}