/*Content Left Image Right*/
.custom-modules--wrapper.clir--wrapper {
    background: #F7F7FC;
    border-radius: 5px;
    padding: 30px;
}

.custom-modules--wrapper.clir--wrapper h2 {
    color: #1a324d;
}

.custom-modules--wrapper.clir--wrapper p {
    font-size: 17px;
}

.custom-modules--wrapper.clir--wrapper p:first-of-type{
    margin-top:16px
}

.custom-modules--wrapper.clir--wrapper img {
    margin-top: 22px;
}

@media(min-width:600px){
    .custom-modules--wrapper.clir--wrapper {
        display: flex;
        align-items: center;
    }

    .custom-modules--wrapper.clir--wrapper .custom-modules-content {
        width: 58%;
    }

    .custom-modules--wrapper.clir--wrapper img {
        width: 42%;
    }
}

