.text-teal {
    color: #00a99d;
}

.hero {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    height: 700px;
    align-content: center;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    margin-top: -80px;
}

.img-hero-section {
    position: absolute;
    left: 0;
    top: 0;
    height: 700px;
    width: 100%;
    object-fit: cover;
}

.content-hero {
    position: relative;
    z-index: 9;
}

.form-asesoria {
    margin-top: -150px;
    padding: 1.5rem;
    border-radius: 20px;
    position: relative;
}

.caso-estudio {
    height: 600px;
    border-radius: 20px;
    padding: 2rem;
    overflow: hidden;
    position: relative;

}

.img-bt-pack {
    width: 833px;
    height: 777px;
}

.caso-estudio img.img-hero-section {
    height: 600px;
}


/* // Small devices (landscape phones, 375px and up) */
@media (max-width: 768px) {
    .caso-estudio {
        height: 500px;
    }

    .list-end {
        margin-left: 0 !important;
    }

    .img-bt-pack {
        width: 100%;
        height: 370px;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (max-width: 992px) {
    .border-r {
        border-right: 0 !important;
    }
}