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

.elementor-kit-47 h2 {
    line-height: 1em;
}
.tab-link.active {
    color: #22C1C3;
}
.tab-content ul li::before {
    color: #22C1C3;
}

@media screen and (max-width: 768px) {
    .ih-content {
        padding: 0px;
        width: 100%;
        max-width: 320px;

        grid-column-gap: 15px;
    }
    .ih-image {
        background-size: auto;
        background-position-x: 20%;
    }

    .tab-link.active::after {
        content: none;
    }
    ul.tabs {
        border-left: 5px solid #22C1C3;
        padding: 1vh 3px;
    }
    ul.tabs li {
        padding: 1.9vh 5vh 1.9vh 1vh;
    }
    ul.tabs::after {
        content: "\f078";
        top: 3.2vh;
    }
    .get-involved {
        max-width: 400px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 370px) {
    .ih-content h1 {
        font-size: 32px !important;
    }
    .ih-image {
        background-position-x: 25%;
    }
    .ih-content {
        grid-column-gap: 5px;
    }
}