﻿.about-pic {
    /*margin-bottom: 15px;*/
}

    .about-pic img {
        max-width: 100%;
        margin: auto;
        display: block;
    }

.d-flex {
    display: -ms-flexbox;
    display: flex;
}

.sec-pad {
    padding: 5rem 0
}

.oso-promise figure {
    height: 25rem;
    overflow: hidden;
    margin: 0
}

    .oso-promise figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: var(--transition)
    }

    .oso-promise figure:hover img {
        transform: scale(1.1)
    }

.oso-promise h2 {
    font-size: 4rem;
    font-weight: 700;
    color: #0088CC;
}

.oso-promise p {
    font-size: 1.5rem;
    color: black;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.oso-promise ul {
    list-style: none;
}

.oso-promise ul li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 2rem;
    font-weight: 500;
    color: black;
}

    .oso-promise ul li:before {
        content: '';
        position: absolute;
        width: .8rem;
        height: .8rem;
        background: #0088CC;
        top: 50%;
        left: 0;
        border-radius: 50%;
        transform: translateY(-50%);
    }

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}