
.hero_main{
    max-width:55rem; 
    margin-left:auto; 
    margin-right: auto;
}

.hero_main img {
    width:100%; 
    height:auto;
}

.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 16px;
    margin-top: 0.35rem;
    margin-right: 0.5rem; 
}
  
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
  
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #aaaaaa; 
    transition: 0.4s;
    border-radius: 34px;
}
  
.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 1px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}
  
  input:checked + .slider {
    background-color: white; 
}
  
input:focus + .slider {
    box-shadow: 0 0 1px white;
}

input:checked + .slider:before {
    transform: translateX(14px); 
    background-color: black;    
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.dark {
    margin-top:.35rem; 
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    padding-right: .25rem; 
    color: #181818;  
}

.alicen {
    align-items:center; 
}


@media screen and (min-width: 1024px) {
    .hero_main img {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}

.hero_text p {
    opacity: var(--opa-subtxt); 
}


.hero_text {
    padding-top: 0em;
}

@media screen and (max-width: 1024px) {
    .hero_text {
        padding-left: .75rem;
        padding-right: .75rem;  
    }
}

.hero_text h1 {
    padding-top: .25rem; 
}

.hero_text h2{
    text-wrap: balance; 
}


@media screen and (max-width: 1024px) {
    .hero_text h2 {
        margin-top: -.2rem; 
    }

    .hero_text h3 {
        max-width: 85%; 
    }

    .hero_text h2 {
        margin-bottom: 0.75rem; 
    }

    .hero_text h3 {
        max-width: 80%; 
    }
}


@media screen and (min-width: 1024px) {
    .hero_text h2 {
        margin-bottom: 1.75rem; 
        margin-top: -0.45rem; 
    }

    .hero_text h3 {
        max-width: 70%; 
    }
}

.hero_text h3 {
    margin-top: 2rem;
    line-height: 1.25; 
}

.infoSection {
    max-width: 55rem; 
    margin-left: auto; 
    margin-right: auto; 
    padding-top: 4.5rem; 
    padding-left: 0.75rem; 
    Padding-right: 0.75rem; 
}

.infoSection p {
    font-family: 'Roboto', sans-serif;
    
}

.infoSection h2 {
    font-weight: 700; 
    color: var(--col-txtbig);
    font-family: 'Bebas Neue', sans-serif; 
}




