.home__service-card {background-color: var(--white-0); transition: background-color 0.3s ease-in-out;}
.home__service-card:hover {background-color: var(--white-2);}
.home__service-card:hover .btn-outline-orange{background-color: var(--orange); color: var(--white);}
.home__service-spinner-wrapper {position: absolute; top:-100px;right: -70px;width: 140px; height: 140px;}
.home__services-cards {margin-top: 50px;}
.bg-abstract-sphere-left {position: absolute;top:-330px;width: 259px;height: 662px;max-width: 20%; background-image: url('../../images/abstract-semi-sphere-orange-l.png');background-size: contain;background-repeat: no-repeat;background-position: center; z-index: 0;}
.home__subheader-arrow-down{position: absolute; bottom: 50px; left: calc(50% - 48px); z-index: 100; font-size: 50px; transform: rotate(90deg); transition: bottom 0.3s ease-in-out; text-decoration: none;}
@media (min-width: 768px) {
    .home__subheader-arrow-down{bottom: 60px; font-size: 57px;left: calc(50% - 55px);}
    .home__subheader-arrow-down:hover{bottom: 45px;}
    .home__services-cards {margin-top: 0;}
    .home__service-spinner-wrapper {top:-100px;right: -70px;}
}
@media (min-width: 1200px) {
    .home__titans-subtitle:not(.c-title__subtitle-highlight) {margin-left:90px;}
    .home__team-spirit-subtitle-1 {margin-left:30%;}
    .home__team-spirit-subtitle-2:not(.c-title__subtitle-highlight) {margin-left:50%;}
    .home__services-cards {margin-top: -150px;}
    .home__service-spinner-wrapper {top:-160px;right: -130px;width: 228px; height: 228px;}
}
@media (min-width: 1600px) {
    .home__news {padding-top: 150px;}
    .home__news-title {position: absolute; top: 50px;}
    .home__news-subtitle-1:not(.c-title__subtitle-highlight) {margin-left:500px;}
    .home__news-subtitle-2:not(.c-title__subtitle-highlight) {margin-left:600px;}
}
@media (min-width: 1800px) {
    .home__services-cards {margin-top: -270px;margin-left: 80px;margin-right: -80px;}
}