﻿

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .section-title {
        margin-bottom: 30px;
        text-align: center !important;
    }

        .section-title h2 {
            font-size: 25px;
        }

    .single-services-box {
        padding: 20px;
    }

        .single-services-box h3 {
            font-size: 18px;
            margin-bottom: 11px;
        }
}

@media only screen and (max-width: 767px) {
    .section-title {
        margin-bottom: 30px;
        text-align: center !important;
    }

        .section-title h2 {
            font-size: 25px;
        }
    .single-services-box {
        padding: 20px;
    }

        .single-services-box h3 {
            font-size: 18px;
            margin-bottom: 11px;
        }

}


.single-counter {
    border: none;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    padding: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background-color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}

.read-more {
    font-weight: 600;
    font-size: 15px;
    color: #00af9d;
}

    .read-more:hover {
        font-weight: 600;
        font-size: 15px;
        color: #00af9d;
    }

    .read-more:active {
        font-weight: 600;
        font-size: 15px;
        color: #00af9d;
    }

    a:focus, a:hover {
        color: #00af9d;
        text-decoration: underline;
    }

.single-services-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.single-services-box {
    padding: 30px;
    text-align: center;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 10px;
}

.section-title {
    max-width: 750px;
    margin: -5px auto 50px;
    text-align: center;
    position: relative;
}


    .section-title h2 {
        font-size: 40px;
        margin-bottom: 15px;
        position: relative;
    }