/* Minification failed. Returning unminified contents.
(9,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(10,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(11,23): run-time error CSS1039: Token not allowed after unary operator: '-font-semi-bold'
(27,23): run-time error CSS1039: Token not allowed after unary operator: '-font-awesome'
 */
#process {

}
#process .title-container {
    padding: 150px 0;
}
/*TITLE BOX*/
#process .title-container .title {
    color: var(--black-title);
    font-family: var(--font-title);
    font-weight: var(--font-semi-bold);
    font-size: 2.25rem;
    margin: 0;
}
#process .title-container .description {
    font-size: 1.125rem;
}
#process .title-container .description:last-child {
    margin-bottom: 1.5rem;
}
#process .title-container .bullet-list {
    margin-bottom: 50px;
    padding: 0;
}
#process .title-container .bullet-list .bullet-item:before {
    content: '\f061';
    font-family: var(--font-awesome);
    margin-right: 1.25rem;
}
/*END TITLE BOX*/
/*SLIDE*/
#process .slide {
    margin-bottom: 150px;
}
#process .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50VH;
    object-fit: cover;
}
/*END SLIDE*/
#process .btn-outline-dark .donwload-icon {
    height: 1rem;
    width: 1rem;
}
#process .btn-outline-dark:hover .donwload-icon.donwload-icon-black,
#process .btn-outline-dark .donwload-icon.donwload-icon-white {
    display: none;
}
#process .btn-outline-dark:hover .donwload-icon.donwload-icon-white,
#process .btn-outline-dark .donwload-icon.donwload-icon-black {
    display: inline-block;
}
@media (max-width: 991px) {
    #process .title-container {
        padding: 100px 0 3rem 0;
    }
    #process .title-container .title {
        margin-bottom: 1.25rem;
    }
    #process .slide {
        margin-bottom: 3rem;
    }
    #process .swiper-slide {
        height: 200px;
    }
}
