.hero-section {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-section .container {
    max-width: 820px;
    width: 100%;
}
.hero-section h1{
    font-weight:700;
    font-size: 62px;
}
.hero-section p {
    font-size:18px;
    font-weight:700;
}
.banner-po p{
    margin-bottom: 5px;
    font-size: 24px;
}
.banner-po h3{
    margin-bottom: 5px;
    font-size: 48px;
    font-weight: 700;
}
@media(max-width:720px){
    .hero-section h1{
        font-size: 40px;
    }
    .hero-section h2{
        font-size: 32px;
    }
    .hero-section p {
        font-size:16px;
    }
    .banner-po h3{
        font-size: 32px;
    }
    .banner-po p{
        font-size: 20px;
    }
}