.page5 .bottom .service-box {
    text-align: center;
    font-size: 25px;
    padding: 20px;
    color: var(--block);
    background: #00838C;
    border-radius: 10px;
    margin: 10px;
}

.page5 .bottom .service-box a {
    color: #F8F8F8;
}

.page5 .bottom .service-box img {
    margin-bottom: 10px;
    border: 0.5px solid #bcbcbc;
}

.page5 .top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.page5.services .top {
    margin-bottom: 0px;
}

.page5 p {
    color: var(--paragraph-dark);
}

@media only screen and (max-width : 991px) {
    .page5 .grid-three-col {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width : 767px) {
    .page5 .grid-three-col {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}