.testimonial {
    position: relative;
    padding: 50px 0px;
}

.testimonial section {
    border: 1px solid #4B5259;
    border-radius: 30px;
    padding: 40px;
    margin: 70px 40px 40px 110px;
}

.testimonial section h2 {
    color: #F2FFFF;
    font-size: 60px;
    font-weight: 300;
    padding: 0px 70% 0px 0px;
}

.testimonial section h2 span {
    color: #c9f950;
    font-weight: 600;
}

.testicircle {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    width: 335px;
    height: 335px;
    background: rgba(201, 249, 80, 0.1);
    filter: blur(62px);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.testimonial aside {
    padding: 40px;
    text-align: left;
    border-radius: 30px;
    background: #F2FFFF;
    width: 60%;
    margin: 40px;
    position: absolute;
    top: 23%;
    right: 2%;
}

.testimonial aside h3 {
    color: #000;
    font-size: 30px;
    font-weight: 300;
}

.testimonial aside h3 span {
    font-weight: 600;
}

.testimonial aside .carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #4B5259;
    background-clip: revert;
}

.testimonial aside .carousel-indicators .active {
    background-color: #08101F;
    border: 1px solid #08101F;
}

.testimonial aside .carousel-item {
    transition: transform .6s ease-in-out;
}

.testimonial aside .carousel-item p {
    font-size: 20px;
    font-weight: 400;
    color: #4B5259;
    margin: 36px 0px;
}

.testimonial aside .carousel-item .name {
    font-size: 20px;
    font-weight: 600;
    color: #08101F;
}

.testimonial aside .carousel-item small {
    font-size: 20px;
    font-weight: 400;
    color: #08101F;
}

.testimonial aside .carousel-item {
    height: 240px;
}

.testimonial aside .carousel-indicators {
    margin-right: 0%;
    justify-content: end;
}

@media only screen and (min-width:320px)and (max-width:479px) {
    .testimonial {
        margin: 600px 0px 320px 0px;
    }
    .testimonial section {
        margin: 70px 10px 20px 10px;
        padding: 30px 40px 100px 40px;
    }
    .testimonial section h2 {
        font-size: 40px;
        padding: 0px;
    }
    .testimonial aside {
        width: 90%;
        margin: 40px 20px;
        top: 60%;
        right: 0%;
        padding: 40px 22px;
    }
    .testimonial aside h3 {
        font-size: 30px;
        margin-bottom: 0px;
    }
    .testimonial aside .carousel-item p {
        font-size: 16px;
        margin: 20px 0px;
    }
    .testimonial aside .carousel-item {
        height: 250px;
    }
    .testicircle {
        transform: translate(-10%, -50%);
        height: 300px;
    }
}

@media only screen and (min-width:480px)and (max-width:767px) {
    .testimonial {
        margin: 600px 0px 320px 0px;
    }
    .testimonial section {
        margin: 70px 10px 20px 10px;
        padding: 30px 40px 100px 40px;
    }
    .testimonial section h2 {
        font-size: 40px;
        padding: 0px;
    }
    .testimonial aside {
        width: 90%;
        margin: 40px 20px;
        top: 60%;
        right: 0%;
    }
    .testimonial aside h3 {
        font-size: 32px;
    }
    .testimonial aside .carousel-item p {
        font-size: 16px;
    }
    .testimonial aside .carousel-item {
        height: 310px;
    }
    .testicircle {
        transform: translate(-10%, -50%);
        height: 300px;
    }
}

@media only screen and (min-width:768px)and (max-width:1023px) {
    .testimonial {
        margin: 50px 0px 120px 0px
    }
    .testimonial section {
        margin: 70px 26px 40px 30px;
        padding: 60px 40px 100px 40px;
        width: 50%;
    }
    .testimonial section h2 {
        font-size: 42px;
        padding: 0px;
    }
    .testimonial aside {
        width: 56%;
        margin: 30px 20px;
        top: 30%;
        right: 0%;
    }
    .testimonial aside h3 {
        font-size: 28px;
    }
    .testimonial aside .carousel-item p {
        font-size: 18px;
        margin: 20px 0px;
    }
    .testimonial aside .carousel-item {
        height: 260px;
    }
    .testicircle {
        transform: translate(-10%, -50%);
        height: 300px;
    }
}

@media only screen and (min-width:1024px)and (max-width:1024px) {
    .testimonial {
        margin: 60px 0px 180px 0px;
    }
    .testimonial section h2 {
        font-size: 44px;
    }
    .testimonial aside {
        width: 50%;
    }
    .testimonial aside .carousel-item {
        height: 276px;
    }
    .testimonial aside .carousel-item p {
        font-size: 18px;
        margin: 30px 0px;
    }
}

@media only screen and (min-width:1025px) and (max-width:1370px) {
    .testimonial {
        margin: 60px 0px 150px 0px;
    }
    .testimonial section h2 {
        font-size: 50px;
    }
    .testimonial aside {
        width: 56%;
    }
    .testimonial aside .carousel-item {
        height: 280px;
    }
}

@media only screen and (min-width: 1371px) and (max-width: 1440px) {
    .testimonial section h2 {
        font-size: 50px;
    }
    .testimonial aside .carousel-item p {
        font-size: 18px;
    }
    .testimonial aside .carousel-item {
        height: 220px;
    }
}

@media (min-width:1920px) {
    .testimonial section {
        margin: 70px 48px 40px 310px;
    }
    .testimonial aside {
        width: 55%;
        top: 25%;
    }
    .testicircle {
        left: 26%;
    }
}