.container-view {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about {
   width: 80vw;
   padding: 1em .8em;
}

.main-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80vw;
    margin-top: 2em;
}

.main-image img {
    width: 500px;
    height: 200px;
    object-fit: contain;
}

.about-view h2{
    color: var(--navy-blue);
    font-family: var(--Montserrat);
    font-size: 1.625em;
    letter-spacing: 0.8px;
    font-weight: 500;
    line-height: 3.56em;
}
.about-intro{
    color: var(--navy-blue);
    font-family: var(--Poppins);
    font-size: 1.25em;
    letter-spacing: 0.2px;
    font-weight: 400;
    margin-bottom: .9em;
}
.about-intro1{
    color: var(--navy-blue);
    font-family: var(--Poppins);
    font-size: 1.25em;
    letter-spacing: 0.2px;
    font-weight: 400;
    margin-bottom: .9em;
}

@media screen and (min-width: 650px) {
    .main-image img {
        height: auto;
        width: 1000px;
        height: 210px;
    }
}