#heroslider {
    margin-bottom: 130px;
}
.heroslider-item-left {
    padding-top: 125px;
}
.heroslider-item-left h3 {
    margin-bottom: 60px;
}
.heroslider-item-description {
    color: rgba(84,84,84,0.8);
}
.heroslider-item-description p {
    margin-bottom: 10px;
}
.heroslider-item-description p:last-child {
    margin-bottom: 0;
}
.heroslider-item-description img {
    max-height: 50px;
}
.heroslider-item-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.heroslider-item-description ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
.heroslider-item-description ul li:last-child {
    margin-bottom: 0;
}
.heroslider-item-description ul li:before {
    content: "";
    background-image: url('https://onlineshop.skwebline.net/uploads/images/check-ic.svg');
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 15px;
    height: 1.5em;
    position: absolute;
    left: 0;
    top: 0;
}
.heroslider-button, 
.heroslider-button:focus {
    background-color: #8CC63F;
    color: white;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    padding: 25px;
    margin-top: 60px;
    border-radius: 35px;
    min-width: 300px;
    text-align: center;
}
.heroslider-item-right-background {
    padding-top: 115%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.heroslider-button:hover {
    background-color: #1A0360;
    color: white;
}
/*Responsive*/
@media only screen and (max-width:1450px) {
    .heroslider-button, 
    .heroslider-button:focus {
        font-size: 18px;
        padding: 20px;
        min-width: 240px;
    }
}
@media only screen and (max-width:1250px) {
    .heroslider-item-left {
        padding-top: 110px;
    }
    .heroslider-button, 
    .heroslider-button:focus {
        font-size: 16px;
        padding: 15px;
        min-width: 220px;
    }
}
@media only screen and (max-width:769px) {
    #heroslider {
        margin-bottom: 70px;
    }
    .heroslider-item-left {
        padding-top: 20px;
    }
    .heroslider-item-left h3 {
        margin-bottom: 30px;
    }
    .heroslider-item-description {
        display: none;
    }
    .heroslider-button, 
    .heroslider-button:focus {
        font-size: 15px;
        padding: 15px;
        min-width: 165px;
        margin-top: 11px;
    }
    .heroslider-item-right-background {
        padding-top: 75%;
    }
    .heroslider-item-right {
        margin-top: 20px;
    }
}