﻿.hidden-text {
    position: absolute;
    left: -9999px;
    white-space: nowrap;
}
.hero-content {
    max-width: 660px;
    padding: 150px;
    top: 150px;
    right: 180px;
    margin-left: auto;
    text-align: center;
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.team-box .team-info {
    max-width: 310px;
    border-radius: 30px;
    background-color: var(--white-color);
    box-shadow: 0px 15px 30px 0px rgba(37, 69, 116, 0.045);
    text-align: center;
    margin: 0 auto;
    padding: 25px 10px 20px 10px;
    margin-top: -46px;
    line-height: 2;
    z-index: 2;
    position: relative;
}

.team-box .team-title {
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
}

span.team-desig {
    color: purple;
}

h3.team-title {
    font-size: 24px
}
.service-tab .sr-icon-btn:not(:last-child) {
    margin-bottom: 45px;
}
@media (max-width: 767px) {
    .blog-card {
        --gap: 20px;
        margin-bottom: 30px;
        text-align: center !important;
    }
    .mbl-allp {
        padding: 15px
    }

    h2.h3.service-title {
        text-align: center;
    }

    .service-grid .service-text {
        margin-bottom: 25px;
        text-align: center;
    }
    .service-grid .check-list {
        margin-bottom: 30px;
        padding-left: 10px;
    }
    a.vs-btn.wave-btn {
        margin-left: 10px;
        margin-right: 10px;
        display: block;
    }
    .footer-widget .widget_title {
        margin-bottom: 18px;
        text-align: left;
    }
    .sr-icon-btn {
        font-weight: 400;
        max-height: 100px;
    }
}
