                      .header-text {
                          font-size: 18px;
                          color: gray;
                      }
.otherSoftware,.contactWay {
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
    transition: box-shadow 83ms;
    margin-bottom: 20px;
}

.otherSoftware div,.contactWay div {
    background-color: white;
    margin-bottom: 5px;
}
.contactWay div
{
    margin-top: 5px;
}

.slick-slide img {
    display: initial;
    padding: 15px;
}

.slick-prev::before, .slick-next::before {
    color: black;
}

@media all and (min-width: 768px) {
    .slick-slide img {
        max-width: 150px;
    }
    .contactWay img
    {
        max-width: 120px;
    }
}
