.k-hs-content-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.k-hs-content-item-wrapper {
    flex: 0 0 48%;
    max-width: 48%;
    background: #fff;
    border-radius: 4px;
    padding: 24px;
    transition: all 0.5s;
}
.k-hs-content-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}
.k-hs-content-icon-inner {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #E6F7F0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.k-hs-content-item-wrapper:hover .k-hs-content-icon-inner {
    background: #fff;
}
.k-hs-content-item-wrapper:hover {
    background: #0CA138;
}
.k-hs-content-heading-wrapper {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    color: #004035;
    transition: all 0.5s;
    margin-bottom: 24px;
}
.k-hs-content-item-wrapper:hover .k-hs-content-heading-wrapper {
    color: #fff;
}
.k-hs-content-descs-wrapper {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 24px;
    transition: all 0.5s;
    text-align: justify;
    min-height: 84px;
}
.k-hs-content-button-wrapper {
    display: flex;
    justify-content: center;
}
.k-hs-content-button-wrapper a {
    display: block;
    padding: 4px 12px;
    border: 2px solid #004035;
    width: 30%;
    border-radius: 4px;
    text-align: center;
    font-weight: 700;
    color: #000;
    background: #fff;
    transition: all 0.5s;
}
.k-hs-content-item-wrapper:hover a {
    border: 2px solid #004035;
    background: #FFA500;
    color: #004035;
}
.k-hs-content-item-wrapper:hover .k-hs-content-descs-wrapper {
    color: #fff;
}
.kanos-home-services .kanos-home-banner-heading, .kanos-home-services .kanos-home-welcome-tag {
    text-align: center !important;
}
.kanos-home-services .kanos-home-banner-heading {
    color: #fff;
}
.k-hs-tag span {
    background: #0CA138;
    color: #fff;
    padding: 8px 16px;
    font-weight: 700;
    line-height: 14px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 24px;
}
.k-hs-tag {
    text-align: center;
    margin-bottom: 24px;
}
.k-hs-content-icon-inner svg {
    max-width: 40px;
}