

.container {
    position: relative;
    background-color: #f8f9fa;
    padding: 20px;
}

.content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.left {
    width: 60%;
    color: #000000;

}

.left h2 {
    color: #002d72;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.left p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 10px;
}

.right {
        color: #000000;
    width: 35%;
    text-align: center;
}

.right img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.right p {
    font-size: 0.95rem;
    line-height: 1.4;
}

.image-box {
    width: 100%;
    height: 200px;
    background-image: url('fotoAcompañamiento.webp'); /* Aquí colocas tu imagen */
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 10px;
}

.background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: url('Fondo.webp') no-repeat center/cover;
    opacity: 0.4;
    z-index: 1;
}