.ph-sbs-container {
    padding: 0 3em;
}
.ph-sbs-box {
    padding: 1.5em;
    box-sizing: border-box;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    min-height: 350px;
    text-decoration: none;
    -webkit-transition: 0.35s all ease-in-out;
    -moz-transition: 0.35s all ease-in-out;
    border-radius: 15px;
    -o-transition: 0.35s all ease-in-out;
    transition: 0.35s all ease-in-out;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ph-sbs-container h4 {
    color:#5EC94E;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0;
    max-width: fit-content;
}

.ph-sbs-container h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
}

.ph-sbs-box:hover {
    transform:translateY(-15px);
    box-shadow:0px 46px 25px -35px rgb(0 0 0 / 25%);
}

.ph-sbs-box:hover h1 {
}

.ph-sbs-container .flexed-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    padding: 1.25em 0 3.25em;
    grid-gap: 50px;
}

.ph-sbs-box .icon-img {
    width: 50px;
    height: 50px;
    background-size: cover !important;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 100em;
    display: block;
}

.ph-sbs-box h1 {
    font-size: 36px;
    font-weight: 400;
    color: white;
    line-height: 40px;
    letter-spacing: -1.5px;
        -webkit-transition: 0.35s all ease-in-out;
    -moz-transition: 0.35s all ease-in-out;
    border-radius: 24px;
    -o-transition: 0.35s all ease-in-out;
    transition: 0.35s all ease-in-out;
}


@media screen and (max-width: 1470px) {
    .ph-sbs-container {
        padding: 0 3em;
    }
}

@media screen and (max-width: 990px) {
    .ph-sbs-container {
        padding: 3em;
    }
}

@media screen and (max-width: 600px) {
    .ph-sbs-container .flexed-container {
        grid-gap: 25px;
    }
}

@media screen and (max-width: 500px) {
    .ph-sbs-container .flexed-container {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }
}