.services-h2 {
    font-weight: bold;
    justify-content: center;
    text-align: center;
    padding: 40px;
}

.services-span {
    color: #FF2525;
}

.services-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
}

.services-heading {
    margin-bottom: 3px;
}

.services-heading h3 {
    text-align: left;
    color: #011685;
}

.services-content ul {
    width: 66%;
}

.services-content ul li {
    margin-bottom: 3px;
}

.services-content ul li a {
    color: black;
    font-size: 17px;
    text-decoration: none;
    font-weight: 400;
}

.services-btn1 {
    text-align: center;
}

.services-btn1 a {
    font-size: 16px;
    color: white;
    border: 1px solid #FF2525;
    border-radius: 40px !important;
    padding: 8px;
    background-color: #FF2525;
    transition: ease-in-out .5s;
}

.services-btn1 a:hover {
    color: white;
    transform: translateY(3px);
}

.services-img {
    height: 350px;
    width: 350px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.services-btn2 {
    width: 100%;
    justify-content: center;
    text-align: center;
}

.services-btn2 a {
    font-size: 16px;
    color: white;
    width: 119.97px;
    border: 1px solid #011685;
    border-radius: 40px !important;
    padding: 8px;
    background-color: #011685;
    transition: ease-in-out .5s;
}

.services-btn2 a:hover {
    color: white;
    transform: translateY(3px);
}

@media only screen and (min-width: 768px) {
    .services-content li {
        margin-bottom: 5px;
        padding-top: 3px;
    }

    .services-btn1 {
        text-align: center;
    }

    .services-content li a {
        color: black;
        font-size: 18px;
        text-decoration: none;
        font-weight: 400;
    }

    .services-btn1 a {
        font-size: 16px !important;
        color: white;
        border: 1px solid #FF2525;
        border-radius: 40px !important;
        padding: 8px;
        background-color: #FF2525;
        transition: ease-in-out .5s;
    }
}

@media only screen and (max-width: 576px) {
    .services-h2 {
        padding: 10px;
        font-size: 18px;
    }

    .services-heading {
        width: 100%;
    }

    .services-heading h3 {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    .services-content ul {
        width: 100%;
        text-align: start;
    }

    .services-content ul li {
        color: black;
        font-size: 15px;
        text-decoration: none;
        font-weight: 400;
    }

    .services-row {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }

    .services-row2 {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .services-img {
        margin-left: auto;
        margin-right: auto;
        height: 200px;
        width: 200px;
    }

    .services-btn1 {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .services-btn1 a {
        font-size: 13px;
        padding: 6px;
    }

    .services-btn2 a {
        font-size: 13px;
        padding: 6px;
    }
}