.container1 {
    padding-top: 8rem;
    margin-bottom: 5rem;
}

.container {
    /* max-width: 1424px; */
    width: 90%;
    border-radius: 2vmax;
    padding: 2vmax 4vmax;
    background-color: rgb(255, 246, 121);
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    gap: 10vmax;
}
.upperContent .b{
    margin-bottom: 20px;
}
.upperContent {
    font-size: 1.5vmax;
}
.address{
    margin-bottom: 20px;
}

.heading {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.headingSide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.MainHeading{
    font-size: 35px;
    font-weight: 900;
}
.address {
    display: flex;
    align-items: center;
}

.imageSide img {
    height: 4vmax;
    margin-top: 1.5vmax;
}

.button button {
    font-weight: bold;
    border-radius: 2vmax;
    font-size: 2vmax;
    background-color: rgb(234 227 131);
    padding: 1vmax 4vmax 1vmax 4vmax;
    border: 1px solid black;
}