.image-video-outer.padding-large {
    padding: 0 0 60px;
}

.image-text-row-outer .content p {
    margin-bottom: 0;
}

.image-text-row-outer .content-container p:not(:last-of-type) {
    margin-bottom: 20px;
}

.image-row {
    max-width: 40rem;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 7%;
}

/* .image-video-content a:hover {
    color: #f2923b;
    transition: all 300ms ease-in;
}

.image-video-content .button {
    margin-right: auto;
} */

.text-col-right {
    align-self: center;
}

/*
.text-col-right ul li::after {
    position: absolute;
    left: 22px;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -13px;
    background-color: #009dda;
    border-radius: 50%;
    content: '';
    transform: translateY(-50%);
}
*/

.content-container ul {
    list-style: disc;
}

.text-col-right ol {
    padding-left: 22px;
    margin: 15px 0;
}

.grid-box ul {
    list-style: disc !important;
}

.text-col-title {
    padding: 25px 0;
    margin-bottom: 0;
    color: #5e87a1;
    text-transform: capitalize;
}

.text-col-left {
    align-self: center;
}

.single-features li::marker,
.single-features .text-col-right li::after {
    background-color: #1bbfa9;
    color: #1bbfa9;
}

.single-solutions li::marker,
.single-solutions .text-col-right li::after {
    background-color: #009dda;
    color: #009dda;
}

.image-text-row-outer .button {
    margin-top: 24px;
}

@media (max-width: 1199px) {
    .image-row {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    /* .image-video-content {
        padding: 40px 20px;
    } */

    .image-row {
        max-width: 250px;
    }

    /* .image-video-content .button {
        margin: auto;
    } */

    .text-col-right {
        padding-top: 20px;
    }

    .text-col-right ul {
        text-align: left;
    }
}
