/* icon aglign */
.icon-wrapper .icon,.icon-wrapper, .icon-wrapper .more:not(.icon-before)::after, .icon-wrapper .icon-after.more-2::after{
    position: relative;
    top: -0.06em
}

.icon-wrapper .icon,.icon-wrapper, .icon-wrapper .icon-after.more-2::after{
    top: -0.06em
}

.more::after {
    top: -0.06em
}

/* br  */
@media only screen and (max-width: 734px) {
    br.small-hide {
        display: none
    }
}

@media only screen and (max-width: 1100px) {
     br.large.fix {
         display: none;
     }
 }
 
/* nav */
.section-nav ul {
    max-width: 480px;
}

/* section-hero  */
.section-hero .hero-headline {
    max-width: 900px;
}


/* section-spotlight */
@media only screen and (max-width: 1068px) {
    .section-spotlight .card-stowe .image{
        min-height: 338.5px;
    }
    .section-spotlight .card-dsb1 .image{
        min-height: 338.7px;
    }
}

@media only screen and (max-width: 734px){
    .section-spotlight .card-stowe .image,
    .section-spotlight .card-dsb1 .image{
        min-height: 290px;
    }
}

@media only screen and (max-width: 425px) {
    .section-spotlight .card-parekh .card-headline br.small {
        display: none;
    }
}

.section-nav .nav-item a:hover, .link:hover {
text-decoration: underline;
}