.ben-container h1 {
    font-size: 96px;
    text-align: center;
    color: #234256;
    background-color: #FBFEFF;
}

.ben-line {
    display: flex;
    justify-content: space-around;
}

.ben-div {
    background-color: #234256;
    padding: 30px 40px;
}

.ben-container {
    padding: 30px 30px;
}

.ben-box p {
    color: #fff;
}

.ben-box {
    width: 400px;
    margin-bottom: 40px;
}

.ben-box h3 {
    font-size: 24px;
    background-image: linear-gradient(90deg, rgba(62,225,252,1) 0%, rgba(62,130,252,1) 46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 10px 0px;
}

.par {
    text-align: center;
    color: #fff;
}

.par a {
    color: #4a8ab4;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
}

@media screen and (max-width: 980px) {
    .ben-line {
        display: block;
        text-align: center;
    }

    .ben-div {
        text-align: center;
        justify-content: center;
        margin: auto;
    }

    .ben-box {
        width: 100%;
    }

    .ben-container h1 {
        font-size: 60px;

    }

    .ben-container {
        padding: 0;
    }
}