@media screen and ( max-width:768px) {
    #overview-text > span{
        font-size: 10px;
        line-height: 14px;
    }
}

@media screen and ( min-width:768px) {
    #overview-text > span{
        font-size: 14px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1200px) {
    #overview-text{
        margin-top: 3rem;
    }
}

#overview-img{
    max-width: 100%;
}
