
.colo {
    color: #36826D!important;
}

.testimonials-carousel .testimonial-item {
    min-height: 180px;
}

.conic img {
    width: 25px;
    height: 25px;
}

.mobo {
    font-size: 14px;
}

.carousel-item {
    opacity: 0.8;
}

.goint {
    font-size: 42px;
    font-weight: 600;
}

@media(max-width:1800px) {
    .h-500 {
        height: 600px;
    }
}

@media(max-width:1600px) {
    .h-500 {
        height: 500px;
    }
}

@media(max-width:992px) {
    .h-500 {
        height: 400px;
    }
    .goint {
        font-size: 32px;
        font-weight: 600;
    }
}

@media(max-width:768px) {
    .h-500 {
        height: 350px;
    }
}

@media(max-width:576px) {
    .h-500 {
        height: 250px;
    }
    .goint {
        font-size: 24px;
        font-weight: 600;
    }
}