
.ih-image {
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.tab-link.active {
    color: #22C1C3;
}
.tab-content ul li::before {
    color: #22C1C3;
}
@media screen and (max-width: 768px) {
    .ih-image {
        background-size: auto;
        background-position-x: 10%;
        background-position-y: 50%;
    }
    .tab-link.active::after {
        content: none;
    }
    ul.tabs {
        border-left: 5px solid #22C1C3;
        padding: 1vh 3px;
        margin-bottom: 20px;
    }
    ul.tabs li {
        padding: 1.9vh 5.5vh 1.9vh 1vh;
    }
    ul.tabs::after {
        content: "\f078";
        top: 3.2vh;
    }

}
@media screen and (max-width: 380px) {
    .ih-content-wrapper {
        padding: 10px;
    }
    .ih-content {
        grid-column-gap: 10px;
    }
    .ih-content h1 {
        font-size: 31px;
    }
}