.about-main-title {
    line-height: 64px;
}

.about-rounded {
    border-radius: 20px;
}

#testimonials {
    min-height: 200px;
}

#testimonials .carousel-indicators {
    bottom: -40px !important;
    top: auto !important;
}

#testimonials .carousel-item img {
    border-radius: 22px;
    width: 300px !important;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .about-img {
        max-width: 200px;
    }

    .about-rounded {
        height: 300px;
    }
}

@media (max-width: 1200px) {
    .about-img {
        max-width: 300px;
    }

    .about-rounded {
        height: 350px;
    }
}


.about-gradient {
    background-image: linear-gradient(63deg, rgba(117, 250, 235, 1) 20%, rgba(185, 150, 247, 1) 60%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}