.hero-inner h1 {
  font-size: 44.25px;
}

.hero-inner__bg img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-inner__bg {
    display: flex;
    flex-flow: row wrap;
  	pointer-events: none;
}

.hero-inner .container {
    position: relative;
    align-items:center;
    height: 100%;
}

.hero-inner__wrapper {
    width: 100%;
    text-align: center;
}

.hero-inner__down img {
    width: 50px;
    cursor: pointer;
  	margin: 0 auto;
}

.hero-inner__title {
    width: fit-content;
    margin: 0 auto;
  	position: relative;
  	z-index: 1;
}

.hero-inner__title h1 {
    margin: 0;
  	padding: 10px;
}


.hero-inner__content p {
    margin: 0;
    font-size: 27px;
    line-height: 32px;
  	font-family: museo-sans, sans-serif;
}

.hero-inner__title .green-bg span {
    color: var(--lime);
}

.hero-inner__content {
    max-width: 856px;
    margin: 0 auto;
    text-align: center;
    background: hwb(0deg 13% 87% / 63%);
    padding: 10px;
    padding-top: 18px;
    margin-top: -14px;
}

.hero-inner__buttons {
    margin: 2rem 0;
}

.hero-inner__buttons a {
    margin: 0 0.8rem;
}

.hero-inner__bg:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0000006e;
    left: 0;
    top: 0;
    pointer-events: none;
}

.hero-inner__languages li:nth-child(1) {
    opacity: 0.5;
}

.hero-inner__languages li:nth-child(2) {
    opacity: 0.6;
}

.hero-inner__languages li:nth-child(3) {
    opacity: 0.7;
}

.hero-inner__languages li:nth-child(4) {
    opacity: 0.8;
}

.hero-inner__languages li:nth-child(5) {
    opacity: 0.9;
}

.hero-inner__down {
    margin-top: 2rem;
}

@media (max-width: 767px) {
  .hero-inner__title h1 {
    font-size: 34px;
    line-height: 40px;
    margin-top:40px;
    margin-bottom:40px;
}
  
  .hero-inner {height:auto !important;)

.hero-inner__content p {
    font-size: 24px;
    line-height: 28px;
}
}

@media (max-width: 767px) {
  .hero-inner__buttons {
    flex-direction: column;
}

.hero-inner__buttons a {
    margin-top: 1rem;
}

.hero-inner__buttons .hs_cos_wrapper_type_cta:nth-child(1) a {
    margin-top: 0;
}

.hero-inner__content p {
    font-size: 18px;
    line-height: 24px;
}
}