.about {
    width: 100%;
    height: 100%;
    display: flex;
    border: 1px solid lightgray;
    margin-top: 70px;
}

.about2 {
    width: 50%;
    height: 100%;
    color: black;
}

.about2 h1 {
    font-size: 30px;
    margin-left: 80px;
    margin-top: 30px;
}

.about2 h2 {
    margin-left: 80px;
    font-size: 25px;
    margin-top: 30px;
}

.about2 p {
    margin-left: 80px;
    font-size: 22px;
    margin-top: 20px;
    color: black;
}
form {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

label {
    display: block;
    margin-bottom: 8px;
    color: #333;
}

input {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="submit"] {
    background-color: #4caf50;
    color: #fff;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #45a049;
}


.site-menu{
    border: 1px solid white;
    width: 100%;
    border-radius: 16px;
  

}


.mySlides{
    height: 500px;
    width: 100%;
   
}

.whats{
   
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: white;
}

.whats a   {
  margin-left: 18px;
  font-size: 40px;
  color: black;
  padding-top: 10px;
}
.whats  i   {
  
  font-size: 30px;
 
  }


@media (max-width: 900px) {
    .about {
        width: 100%;
        height: 100%;
        display: flex;
        border: 1px solid lightgray;
        margin-top: 70px;
        flex-direction: column;
    }

    .about2 {
        width: 100%;
        height: 400px;
        color: black;
    }

    .about2 h1 {
        font-size: 30px;
        margin-left: 40px;
        margin-top: 30px;
    }

    .about2 h2 {
        margin-left: 40px;
        font-size: 25px;
        margin-top: 30px;
    }

    .about2 p {
        margin-left: 40px;
        font-size: 22px;
        margin-top: 20px;
        color: black;
    }

    .about2 img {
        width: 100%;
    }
    .mySlides{
        height: 250px;
        width: 100%;
       
    }
    
}