body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.map-monitoring-content-wrapper-1,
.map-monitoring-content-wrapper-2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.map-monitoring-content-wrapper-3{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.map-monitoring-content-wrapper-4{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.map-monitoring-content-wrapper-2-background{
    background-color: #C8E7EA;
}

.map-monitoring-content-wrapper-4-background{
    background-color: #002342;
}


.map-monitoring-section-1,
.map-monitoring-section-2{
    margin-left: 80px;
}

.map-monitoring-section-4{
}

.map-monitopring-section-4-form{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.map-monitoring-interest-form{
    display: flex;
    flex-direction: column;
    color: white;
    width: 100%;
}

.map-monitoring-section-1-title,
.map-monitoring-section-2-title{
    font-family: 'Merriweather', sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #002342;
}

.map-monitoring-section-3-title{
    font-size: 30px;
    padding: 20px;
    padding-left: 0px;
    font-weight: bolder;
}

.map-monitoring-section-1-content,
.map-monitoring-section-2-content{
    font-family: 'Merriweather', sans-serif;
    font-size: 20px;
    margin-top: 20px;
    font-weight: normal;
    
}

.map-monitoring-section-3-content{
    font-size: 18px;
    font-family: 'Merriweather', sans-serif;
}

.map-monitoring-section-1-image,
.map-monitoring-section-2-image {
    border-radius: 8px;
    max-width: 100%; /* Ensures the image does not exceed its container's width */
    height: auto; /* Allows the image's height to adjust proportionally */
}


.map-monitoring-bp-logo{
    padding: 30px;
}*

.map-monitoring-form-title{
    color: white;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
}

#firstname, #lastname, #companyname, #mapprovider {
    height: 40px;
    border-radius: 5px;
    margin: 10px 0;
    font-family: 'Merriweather', sans-serif;
    font-weight: normal;
    box-sizing: border-box;
    padding: 5px;
}


.map-monitoring-checkbox-wrapper{
    display: flex;
    justify-content: normal;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    margin-top: 10px;
}

.map-monitoring-interest-form-submit-button{
    background-color: #F4420A;
    padding: 10px;
    width: 120px;
    color: white;
    margin-top: 20px;
    border-radius: 5px;
    border: 0px;
}


@media (max-width: 768px) {
    .map-monitoring-content-wrapper-1{
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
    
    br{
        display: none;
    }

    .map-monitoring-section-1{
        margin-left: 0px;
    }

    .map-monitoring-section-1-content{
        padding-bottom: 20px;
    }

    .map-monitoring-content-wrapper-2{
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    .map-monitoring-section-2{
        margin-left: 0px;
    }

    .map-monitoring-section-2-title{
        margin-top: 20px;
    }

    .map-monitoring-content-wrapper-3{
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    .map-monitoring-section-3{
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .map-monitoring-section-3-content{
        margin-bottom: 30px;
    }

    .map-monitoring-content-wrapper-4{
        display: flex;
        flex-direction: column;
    }

    .map-monitoring-hero-icon{
        width: 195px;
        height: 310px;
        margin-bottom: 20px
    }
    
    #firstname, #lastname, #companyname, #mapprovider {
        width: calc(50% - -140px); /* 50% of the container minus padding */
    }

    .map-monitoring-bp-logo{
        display: none;
    }
    
    .map-monitoring-interest-form{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}