.about-img{
    margin-top: -5px;
    width: 100%;
}
.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;
}