.hero-section {
    padding: 276px 0px;
    width: 100%;
    background-image: url("/sites/all/themes/vesta_theme/image/hero-sectionImage.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-section span {
    display: block;
    font-family: 'inter';
    font-size: clamp(0.875rem, 0.819rem + 0.25vw, 1.125rem);
    font-weight: 400;
    color: #FFFFFF;
    max-width: 574px;
    line-height: 30px;
}

.hero-section__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.hero-section__text .block-title {
    font-size: clamp(1.375rem, 0.901rem + 2.17vw, 3.5rem) !important;
    font-family: "inter" !important;
    color: #FFFFFF;
    
}

@media(max-width: 768px) {
    .hero-section {
        padding: 40px 0px;
    }

}


