.imgBlkAlt011 {
    padding: 50px 0;
    background-color: #fff;
}

.imgBlkAlt011 .headerTitle {
    font-size: 30px;
    line-height: 38px;
    font-weight: 800;
    text-transform: none;
    margin-bottom: 15px;
}

.imgBlkAlt011 .wysiwygCon p,
.imgBlkAlt011 .wysiwygCon ul li {
    font-family: "Nunito Sans", 'Avenir';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #232c33;
}

.imgBlkAlt011 .wysiwygCon ul {
    list-style: none;
    padding-left: 0;
    margin: 0 0 20px 0;
}

.imgBlkAlt011 .wysiwygCon ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}

.imgBlkAlt011 .wysiwygCon ul li:last-child {
    margin-bottom: 0;
}

.imgBlkAlt011 .wysiwygCon ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #333;
}

.imgBlkAlt011 .wysiwygCon ul li strong,
.imgBlkAlt011 .wysiwygCon ul li b {
    font-weight: 800;
    display: block;
    margin-bottom: 4px;
}

.imgBlkAlt011 .wysiwygCon ul li p {
    margin-bottom: 0;
}

.imgBlkAlt011 .actionsCont {
    margin-top: 30px;
}

.imgBlkAlt011 .imgCon img {
    width: 100%;
    display: block;
}

.imgBlkAlt011 .imgCol {
    margin-top: 30px;
}

@media (min-width: 576px) {
    .imgBlkAlt011 .contentRow {
        align-items: flex-start;
    }
}

@media (min-width: 992px) {
    .imgBlkAlt011 .headerTitle {
        font-size: 38px;
        line-height: 46px;
        margin-bottom: 30px;
    }

    .imgBlkAlt011 .wysiwygCon p,
    .imgBlkAlt011 .wysiwygCon ul li {
        font-size: 18px;
        line-height: 24px;
    }

    .imgBlkAlt011 .contentRow {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .imgBlkAlt011 .imgCol {
        margin-top: 0;
        display: flex;
        align-items: stretch;
    }

    .imgBlkAlt011 .imgCon {
        width: 100%;
        display: flex;
        align-items: stretch;
    }

    .imgBlkAlt011 .imgCon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }
}

@media (min-width: 1200px) {
    .imgBlkAlt011 .wysiwygCon p,
    .imgBlkAlt011 .wysiwygCon ul li {
        font-size: 19px;
        line-height: 27px;
    }
}

@media (min-width: 1279px) {
    .imgBlkAlt011 .headerTitle {
        font-size: 44px;
        line-height: 52px;
    }
}
