@import "../../bootstrap/variables";

.free-courses-section {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    &__cta-icon {
        min-width: 140px;
        width: 140px;
        max-width: 140px;
        height: 140px;

        img {
            max-width: 100%;
            max-height: 100%;
        }

    }
}

