/* Content 1 */
.c1-image-container {
    border: 5px solid var(--secondary);
    border-radius: 5px;
    padding: 2.5rem;
    background: url(../../../front_assets/img/training/c1-bg.png) no-repeat center
        center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.c1-icon-container {
    background-color: var(--primary);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 10px;
    border: 5px solid var(--secondary);
}

/* Content 2 */
.c2-image {
    position: absolute;
    z-index: -1;
    right: 0;
    width: 50%;
    top: 0;
    bottom: 0;
}

.c2-button {
    background-color: var(--accent-lighten);
    border-radius: 5px;
    color: var(--white) !important;
    font-family: 'Source Serif Pro', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 2.4881rem;
    padding: 4px 24px;
}


@media (hover:hover) and (pointer:fine) {
    .c2-button:hover {
        background-color: var(--accent-main);
        color: var(--white);
    }
}

@media only screen and (max-width: 767.92px) {

    /* Content 1 */
    .c1-image-container {
        padding: 4px;
    }

    /* Content 2 */
    .c2-button {
        font-size: 1.424rem;
    }

    .c2-image-mobile {
        border: 5px solid var(--secondary);
        border-radius: 5px;
        padding: 5px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 997.92px) {

    /* Content 1 */
    .c1-image-container {
        padding: 26px;
    }

    /* Content 2 */
    .c2-button {
        font-size: 1.424rem;
    }

    .c2-image-mobile {
        border: 5px solid var(--secondary);
        border-radius: 5px;
        padding: 5px;
        height: 400px;
        width: 100%;
        object-fit: cover;
    }
}
