@media screen and (max-width:767px) {
    .hero{
       width: 100%;
       background-position: left;
    }
    .hero-content{
        width: 100%;
        padding-left: 20px;
        padding-top: 18em;
    }
    .hero-content h1{
        font-size: 2em;
    }
    .hero-content p{
        font-size: 1em;
        width: 100%;
    }
    .ceo-image {
        width: 80%;
    }
    .content{
        width: 90%;
    }
    .values-flex-box{
        flex-direction: column;
    }
    .navbar{
        background-color: beige;
    }
    .navbar img{
        width: 50px;
    }
    .navbar h1{
        font-size: 0.8em;
    }
}
@media screen and (max-width:1024px) {
    .second-container{
        width: 100%;
    }
    .ceo-image{
        text-align: center;
    width: 100%;
    }
    .content{
        width: 90%;
    }
    .values-flex-box{
        flex-direction: column;
    }
    .navbar{
        background-color: beige;
    }
}