/** Unicorn About CSS file **/

.content12.content_about12 .et_pb_column_1_3:hover .et_pb_promo:before,
.content12.content_about12 .et_pb_column_1_3:hover .et_pb_promo h2 {
    color: #ec008c !important;
}

.blurbs_5.blurbs_about5 .et_pb_main_blurb_image img {
    padding: 2.6vw !important;
}

.about_page_textU .et_pb_text p span {
    transition: 0.3s !important;
}

.about_page_textU .et_pb_text p span:hover {
    text-decoration: none !important;
    opacity: 0.5;
}

/*Responsive*/

@media only screen and (min-width: 1930px) {
    .blurbs_5.blurbs_about5 .et_pb_main_blurb_image img {
        padding: 50px !important;
    }
}
@media only screen and (max-width: 1390px) {
    .header_about1.header1 .et_pb_promo {
        top: 40px !important;
    }

    .unicorn_about_success .et_pb_column:last-child {
        padding-left: 40px !important;
    }
}

@media only screen and (max-width: 980px) {
    .header_about1.header1 .et_pb_column {
        width: 100% !important;
    }

    .unicorn_about_success .et_pb_image .et_pb_image_wrap,
    .unicorn_about_success .et_pb_image .et_pb_image_wrap img {
        display: block !important;
        width: 100% !important;
    }

    .unicorn_about_success .et_pb_image,
    .unicorn_about_success .et_pb_image img {
        height: auto !important;
    }

    .unicorn_about_success .et_pb_column:last-child {
        padding-left: 0 !important;
    }

    .unicorn_about_success .et_pb_promo .et_pb_promo_description h2 {
        margin-bottom: 0 !important;
        padding-bottom: 20px !important;
    }

    .unicorn_about_creative .et_pb_column:first-child {
        margin-right: 2% !important;
    }

    .unicorn_about_creative .et_pb_column {
        width: 49% !important;
    }

    .content12.content_about12 .et_pb_promo .et_pb_promo_description h2 {
        padding-bottom: 20px !important;
    }

    .blurbs_5.blurbs_about5 .et_pb_row:first-child .et_pb_promo_description {
        padding-bottom: 0 !important;
    }

    .blurbs_5.blurbs_about5 .et_pb_main_blurb_image img {
        padding: 40px !important;
    }
}

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

    .unicorn_about_creative .et_pb_column:first-child {
        margin-right: 0 !important;
    }

    .unicorn_about_creative .et_pb_column {
        width: 100% !important;
    }

    .unicorn_about_creative {
        padding-bottom: 40px !important;
    }
}