.about-img{
    margin-top: -5px;
    width: 100%;
}
h4{
    color: #000;
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    padding: 10px 0;
}
.about-img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
h5{
    width: 100%;
    top: 200px;
    color: #fff;
    text-decoration: underline;
    font-family: "Oswald", sans-serif;
    position: absolute;
    text-align: center;
    font-size: 64px;
}
.about-p{
    width: 100%;
    top: 300px;
    color: #fff;
    text-align: center;
    font-family: "Oswald", sans-serif;
    position: absolute;
    z-index: 1;
}
.about{
    margin: 60px;
    width: 80%;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-evenly;
    gap: 20px;
}
h2{
    font-family: "Oswald", sans-serif;
    font-size: 32px;
}
.box2{
    background-color: #9EB3C2;
    border-radius: 25px;
    box-shadow: 1px 1px 10px #8C8989;
    padding: 30px;
    width: 30%;
    height: fit-content;
}
.box2 input{
    width: 100%;
    font-size: 15px;
    padding: 5px;
    background-color:#EBF2FA;
    margin-bottom: 20px;
}
textarea{
    width: 100%;
    height: 100px;
    font-size: 15px;
    padding: 5px;
    background-color:#EBF2FA;
    resize: none;
    margin-bottom: 20px;
}
.contact{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: left;
    margin-top: 100px;
    width: 100%;
    padding: 30px 0;
    display: inline-flex;
    justify-content: space-evenly;
}
.box2 button {
    background-color: #065A82;
    color: white;
    font-size: 20px;
    padding: 5px 20px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    display: block;
}
.contact-about{
    color: #fff;
    width: 45%;
}
.contact-about1{
    color: #000;
    padding: 8px 0;
    font-size: 20px;
}
#map1{
    border: solid black 2px;
    height: 300px;
    width: 100%;
    border-radius: 20px;
    margin-top: 10px;
}
@media only screen and (max-width: 426px){
    .contact{
        margin-top: 30px;
        flex-direction: column;
    }
    .contact-about1{
        padding: 8px;
    }
    .contact-about{
        align-self: center;
        color: #fff;
        width: 90%;
        padding: 10px;
    }
    .box2{
        align-self: center;
        width: 70%;
    }
}