.abouts {
    width: 100%;
    height: 450px;

    display: flex;

}

.abouts2 {
    width: 50%;
    height: 100%;

    background-color: cornflowerblue;
    color: white;
}

.abouts2 span {
    margin-left: 120px;
    font-size: 21px;
    margin-top: 20px;
    color: white;
}

.abouts2 h2 {
    margin-left: 120px;
    padding-top: 15px;
    color: white;
}

.abouts2 p {
    margin-left: 120px;
    padding-top: 15px;
    color: white;
    font-size: 20px;
}

.abouts2 img {
    width: 100%;
    height: 100%;
}

.abouts2 button {
    margin-left: 120px;
    margin-top: 40px;
    font-weight: bold;
    width: 150px;
    height: 40px;
    border: none;
    border-radius: 16px;
    background-color: white;
}

.abouts2 button:hover {
    background-color: black;
    color: white;
    width: 160px;
    border-radius: 0%;
}

.mySlides {
    height: 100%;
    width: 100%;
}



.mySlides img {
    width: 100%;
}

.mySlides p {
font-weight: bold;
    font-size: 3rem;
    margin-top: -300px;
    text-align: center;
    color: blueviolet;
}

.consultation {
    margin-top: 300px;
}

.consultation img {
    margin-left: 20px;
}

@media (max-width: 600px) {
    .abouts {
        flex-direction: column;
        height: auto;
        /* Adjust height as needed */
    }

    .abouts2 {
        width: 100%;
        margin-top: 70px;
        height: 500px;
        background: none;
    }

    .abouts2 span,
    .abouts2 h2,
    .abouts2 p,
    .abouts2 button {
        margin-left: 20px;
        /* Adjust margin for smaller screens */
        color: black;
    }

    .abouts2 img {
        height: 300px;
    }

    .abouts2 button {
        background-color: black;
        color: white;
    }




    .mySlides img {
        width: 100%;
        height: 220px;
    }

    .mySlides p {
        font-weight: bold;
        font-size: 1rem;
        margin-top: -100px;
        text-align: center;
        color: blueviolet;
    }

    .consultation {
        margin-top: 0px;
    }


    .consultation img {
        margin-left: 0px;
    }
}