.weather-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background: #222;
    background-image: "";
    font-size: 120%;
    border-radius: 10px;
    height: 630px;
}

.weather-card {
    background: #000000d0;
    color: white;
    padding: 2em;
    border-radius: 30px;
    width: 100%;
    max-width: 420px;
    margin: 1em;
}

.weather-flex {
    display: flex;
    align-items: center;
}

.weather-description {
    text-transform: capitalize;
    margin-left: 8px;
}

@media (max-width:768px) {
    .w3-modal-content {
        width: 400px !important;
    }

    .resizeformobile {
        font-size: 1.1em !important;
    }

    .imgchange {
        width: 200px !important;
    }
}

@media (max-width: 768px) {
    .bee-editor-container .bee-row-content {
        flex-direction: column !important;
    }

    .gmapfirame {
        width: 370px !important;
    }

    .bee-heading,
    .bee-paragraph {
        padding-left: 3% !important;
    }

    .bee-block-4 {
        padding-left: 3% !important;
    }

    .bee-block-3 {
        padding-left: 3% !important;
    }
}