.support-header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    height: 500px;
    background-color: rgba(39, 116, 109, 1);
}


.support-header h5 {
    font-family: 'Lato', sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 96px;
    color: white;

}

.support-header p {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: white;
}

.s-card {
    padding: 24px 30px;
    border-radius: 20px;
    background: rgba(245, 252, 251, 1);
    display: flex;
    align-items: flex-start;
    gap: 20px;
    height: 100%;
    margin-bottom: 20px;
}

.s-card h3 {
    color: rgba(59, 65, 64, 1);
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    margin-bottom: 20px;
}

.s-card p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: rgba(59, 65, 64, 1);
}
.support1 .row{
    row-gap: 20px;
}

@media(max-width:1101px) {
    .support1 .row {
        margin: 3rem 0rem !important;

    }
}
