a,
a:focus,
a:hover {
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

h1,
h2 {
    margin-top: 0;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    line-height: 25px
}

h3 {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    line-height: 20px
}

img {
    max-width: 100%
}

.section-container {
    margin: 0 auto;
    padding-bottom: 50px
}

.section-description {
    margin-top: 10px;
    padding-bottom: 0
}

.section-description p {
    margin-top: 5px;
    padding: 0 12px
}

@media (min-width:768px) and (max-width:991px) {
    .section-description p {
        padding: 0
    }
    .footer-social a {
        margin-right: 15px
    }
    .footer-social i {
        font-size: 22px
    }
}

@media (max-width:767px) {
    .section-description p {
        padding: 0
    }
}

@media (max-width:415px) {
    h1,
    h2 {
        font-size: 23px
    }
}

@media (max-width:415px) {
    h3 {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        line-height: 30px
    }
}