.w3-bar.w3-black {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    padding: 10px; /* Add padding */
    border-radius: 5px;
}

.w3-bar-item {
    margin: 5px; /* Add gap between buttons */
    border-radius: 10px;
    margin-left: 50px;
    border: none;
    padding: 10px 20px;
    background-color: #89347B;
    color: #fff;
    font-size: 25px;
}

.w3-bar-item button {
    background-color: #89347b; /* Add button background color */
    color: #fff; /* Add button text color */
    border: none; /* Remove button border */
    padding: 10px 20px; /* Add button padding */
    border-radius: 5px; /* Add button border radius */
}

.contact-wrapper {
    padding-bottom: 25px;
}



.image-textmaxi img {
    display: inline-block;
    vertical-align: middle;
    height: 20%;
    width: 20%;
    /* Add any other styles for the image */
}

.image-textmaxi h2 {
    display: inline-block;
    vertical-align: middle;
    color: #111;
    font-size: 31px;
    font-family: Roboto;
    font-weight: 700;
    line-height: 21.6px;
    /* Add any other styles for the text */
}

.information-wrapper {
    margin-left: 80px;
}

.information-wrapper p {
    color: #111;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 500;
    text-align: justify;
}

.whatone {

}
.fax h1{
    color: #fff;
}

/* Responsive styles */
@media (max-width: 768px) {
    .image-textmaxi img,
    .image-textmaxi h2,
    .information-wrapper {
        text-align: center;
  
    }
    
    .image-textmaxi img {
        width: 20%;
        height: 20%;
    }
    
    .image-textmaxi h2 {
        margin-top: 20px;
    }
    .whatone {
        margin-top: 20px;
    }
    .information-wrapper {
        margin-left: 100px;
    }
}

    /* Styles for tablet */
    @media (max-width: 991px) {
        .image-textmaxi h2 {
            font-size: 20px;
        }

        .information-wrapper p {
            font-size: 16px;
        }
        .whatone {
            margin-top: 350px;
        }
        .information-wrapper {
            margin-left: 44px;
        }
    }

    /* Styles for mobile */
    @media (max-width: 480px) {
        .image-textmaxi h2 {
            font-size: 18px;
        }

        .information-wrapper p {
            font-size: 14px;
        }
        .whatone {
            margin-top:250px;
        }
        .w3-bar.w3-black {
            margin-top: 35px;
            margin-bottom: 35px;
            text-align: left;
            padding: 10px; /* Add padding */
            border-radius: 5px;
         margin-left: -50px;
        }
    }

  .main-title h2{
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
  }

.google {
    margin-bottom: 50px;
    margin-top: 10px;
    display: flex; /* Add flex display */
    align-items: center; /* Center align child elements vertically */
}

.google h3 {
    display: inline-block;
    margin: 0;
}

.google .google-map-link {
    display: inline-block;
    background-color: #89347B;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
    margin-left: 10px; /* Add margin to separate h3 and link */
}

.google .google-map-link:hover {
    color: none;
}