.maniblockcol {
    padding: 25px;
    font-family: fsan;
}

.aks,
.aks2,
.aks3 {
    background-repeat: no-repeat;
}


.mani3block .height {
    line-height: 28px;
}

.mani3block {
    text-align: center;
}

.mani3block h2 {
    color: #737373;
    margin: 11px 0;
}

.mani3block h4 {
    color: #8a8a8a;
    line-height: 29px;
    padding: 0 22px;
}

.mani3block .colored {
    color: #aeaeae;
    padding: 15px;
    font-size: 20px;
}

.maniblockcol {
    margin-bottom: 15px;
	 border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 11px 51px 0px rgba(0, 0, 0, 0.17);
}
.maniblockcol a {
    text-decoration: none !important;
}
.trans :hover {
    margin-top: -5px;
    transition: 0.800s ease;
}
.trans {
    transition: 0.800s ease;
}


/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
    .mani3block h2 {
        font-size: 15px;
        margin: 0;
    }
    .mani3block h4 {
        font-size: 11px;
        line-height: 29px;
        padding: 0;
    }
    .mani3block .colored {
        margin: 0;
    }
}


/* Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767.98px) {
    .mani3block h2 {
        font-size: 15px;
        margin: 0;
    }
    .mani3block h4 {
        font-size: 11px;
        line-height: 29px;
        padding: 0;
    }
    .mani3block .colored {
        margin: 0;
    }
    .maniblockcol {
        padding: 100px;
        margin: -91px 0 -87px 0;
    }
}


/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991.98px) {
    .maniblockcol {
        padding: auto;
        margin: auto;
    }
}


/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199.98px) {}


/* Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {}