.ih-content img {
    width: 100%;
}
.ih-image {
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.ih-content {
    grid-template-columns: auto;
    grid-column-gap: 0;
}
.elementor-kit-47 h2 {
    line-height: 1em;
}
.tab-link.active {
    color: #f84646;
}
.tab-content ul li::before {
    color: #f84646;
}
@media screen and (max-width: 768px) {

    .ih-image {
        background-size: auto;
        background-position-x: 20%;
    }

    .tab-link.active::after {
        content: none;
    }
    ul.tabs {
        border-left: 5px solid #f84646;
        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: 360px) {
    .ih-image {
        background-position-x: 10%;
    }
    }