﻿.default-content {
    margin-top: 10px !important;
}

.default-content p {
    background: #e30613;
    padding: 10px;
    border-radius: 2px;
    color: #fff !important;
    margin-bottom: 30px;
    display: inline-block;
}


.home-content-container .home-slide .home-slide-swiper-text {
    margin-left: 0px !important;
    margin-right: 73px;
}


@media screen and (max-width: 1200px) {
    .default-content-slide .content-slide-row .slide-buttons {
        position: relative !important;
        top: 0 !important;
        bottom: auto !important;
        margin-top: 40px !important;
    }
}

@media screen and (max-width: 768px) {
    .default-content-slide .content-slide-row .slide-buttons {
        position: relative !important;
        top: 0 !important;
        bottom: auto !important;
        margin-top: 32px !important;
    }
}

@media screen and (max-width: 480px) {
    .default-content-slide .content-slide-row .slide-buttons {
        margin-top: 24px !important;
    }
}

.home-content-container .home-content .content-right > p {
    float: right !important;
    text-align: justify !important;
}


.default-content-slide .content-slide-row .swiper .swiper-wrapper .swiper-slide .slide-content p {
    min-height: 250px !important;
}

