﻿.navbar {
    position: static;
}

    .navbar .navbar-right {
        background: rgba(0, 0, 0, 0.30);
    }


    .navbar a svg path {
        fill: black !important;
        fill-opacity: 1 !important;
    }

    .navbar .menu-toggle path {
        stroke: black !important;
    }


#ourServices {
    padding-bottom: 40px;
}

    #ourServices .slider-title {
        font-size: 1.75em;
        line-height: 110%;
        padding: 12px 0;
        align-self: flex-start;
    }

    #ourServices .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        #ourServices .container .loading-btn {
            display: inline-block;
            padding: 13px 25px;
            border-radius: 20px;
            font-weight: 300;
            background: #00639B;
            color: #fff;
            line-height: 18px;
        }

    #ourServices .services {
        display: flex;
        gap: 32px 20px;
        flex-wrap: wrap;
        padding: 24px 0;
    }



        #ourServices .services .card {
            max-width: calc(50%);
            flex: 1 1 calc(50% - 20px);
        }

            #ourServices .services .card img {
                width: 100%;
                height: 300px;
            }

            #ourServices .services .card div p {
                display: none;
            }

                #ourServices .services .card div p:first-child {
                    display: -webkit-box;
                }

@media (max-width: 480px) {
    #ourServices .services .card {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
