

.contain1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 2% 0;
}

.contain {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.services1 {
    text-align: center;
}

.services1 h3 {
    color: #248eb2;
    padding-top: 24px;
}

.services1 p {
    color: #248eb2;
    margin-top: 6px;
}

.row2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.column2 {
    flex: 1;
    margin: 10px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.column2 h5 {
    margin-top: 10px;
    color: #333;
}

.column2 p {
    font-size: 14px;
    color: #555;
}

.icons img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
