.about-img-style-1:before {
    background-color: #1529a1;
}

.single-experience:hover {
    background-color: #f9f9f9;
}

.single-experience:hover p {
    color: #0a122d !important;
}

.single-service {
    height: 100%;
    background-color: #050b1d;
}

.single-service:hover {
    background-color: #4bcbcb;
}

.single-service:hover .material-symbols-outlined {
    color: #4bcbcb !important;
}

.single-experience h4 {
    background-color: #1529a1 !important;
    font-size: 1.2rem;
}

.single-service h3,
.single-service p {
    color: #ffffff;
}

.material-symbols-outlined {
    font-size: 2.5rem !important;
    color: #0a122d !important;
}

.experience-small-block {
    width: 320px;
    height: fit-content;
}

.cta-style-3-wrapper:before {
    border-color: #1529a1;
}

/* .single-experience{
    border-radius: 0 24px 0 0;
    border: 10px solid #4BCBCB;
    background-color: #0A122D;
}

.single-experience:nth-of-type(2){
    border-radius: 0;
}

.single-experience:nth-of-type(3){
    border-radius: 0 0 24px 0;
}



.single-experience p{
    color: #FFFFFF !important;
}

.single-experience h4{
    background-color: #4BCBCB !important;
} */

@media screen and (max-width: 575px) {
    .experience-area .pl-85 {
        padding-left: 0 !important;
    }

    .experience-small-block {
        width: fit-content !important;
        right: 25px !important;
    }

    .experience-small-block h5 {
        font-size: 14px !important;
        line-height: 18px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .about-area.gray-bg-2 .about-img-style-1 {
        transform: translateX(30px) !important;
    }
}

.list {
    list-style: none;
    width: 100%;
    padding-left: 0 !important;
}

.item {
    display: block;
    clear: both;
    counter-increment: list;
    padding: 2rem 2rem 3rem;
    font-size: 1.1rem;
    line-height: 1.375;
    position: relative;
    background-color: rgba(25, 25, 25, 0.2);
    margin-bottom: 35px;
    border-radius: 24px;
    border-bottom: 5px solid #050b1d;
    color: #ffffff;
}

.item:before {
    font: bold 2.25rem/1 "Montserrat";
    content: counter(list);
    width: 5rem;
    height: 5rem;
    float: left;
    margin: 0 1.5rem 0.75rem 0;
    color: #ffffff;
    background-color: #29ce9b;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    shape-outside: ellipse();
    z-index: 1;
    border: 3px solid rgba(25, 25, 25, 0.6);
    border-left: none;
    border-top: none;
}

/* .item:after {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #2B2A68;
    z-index: -1;
    border-top-left-radius: 3px;
} */

.headline {
    padding: 0rem 0 0 0;
    margin: 0 0 1rem 0;
    font: normal 2rem "Montserrat";
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .item {
        display: flex;
        flex-direction: column;
    }

    .item h2 {
        margin-top: 8px;
    }
}
