*{
    margin: 0;
    padding: 0;
}
html,body{
    height: 100%;
    width: 100%;
}

.header-ul{
    align-items: center;
}
.header-ul li{
    font-weight: 700;
    opacity: 80%;
    font-size: 14px;
    cursor: pointer;
}

.header-ul li:hover{
    color: #E21C21;
}

.hero-section{
    background: url(./hero-image.webp) center no-repeat;
    background-size: cover;
}

.title{
    font-size: 20px;
}

.sub-title{
    font-size: 14px;
}

@media (max-width:1024px) {
    .title{
        text-align: center;
    }
    .sub-title{
        text-align: center;
        font-size: 10px;
    }
}