.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.img1 {
    margin-top: 50px;
    background-image: linear-gradient(to right,#a05744, #e6a46d);
    font-family: "Ginebra";
}

.colorO {
    color: #a05744;
    text-decoration: none;
    font-weight: 900;
}

.mte {
    margin-top: 20px;
}

.text-container {
    flex: 1;
}

.image-container {
    flex-shrink: 0;
    text-align: right;
    max-width: 50%;
    padding-left: 1rem;
}

.image-container img {
    padding-top: 50px;
    max-width: 100%;
    height: auto;
}

.tipop {
    font-size: 1.5em;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: white;
    font-weight: bold;
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5); 
    color: #000;
    padding: 1rem;
    text-align: center;
    border-radius: 50px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .acupuncture-img {
        width: 100% !important; 
        height: auto;
        float: none;
        margin: 0 auto;
        display: block;
    }

    .card-text {
        text-align: justify;
    }

    .image-container {
        text-align: center;
        max-width: 100%;
        margin-top: 0px;
        padding-left: 0;
    }

    .therapy-img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .text-container p {
        text-align: justify;
        margin-bottom: 0px;
    }

    .text-container h1,
    .text-container h2 {
        text-align: center; 
    }
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
    font-size: 3.5rem;
    }
}