@charset "utf-8";
/* CSS Document*/
/*-------------------------------*/

#style-2 {
    color: #666;
    font-size: 17.5px;
}

#style-2> h1 {
    margin-bottom: 30px;
    margin-top: 40px;
    font-weight: 500;
    color: #990000;
}

#style-2> h2 {
    font-weight: 700;
    font-size: 25px;
    color: #990000;
}

#style-2> p, #style-2> ul {
    color: #4e5c64;
}

#style-2> p a, #style-2> ul a, #style-2> ul a:hover, #style-2> ul a:visited {
    color: #990000;
    text-decoration: none;
}

#style-2> ul {
    list-style: square;
}

@media (max-width: 709px) {
    #style-2> h2, #style-2> p, #style-2> ul {
        font-size: 17px;
        line-height: 26px;
    }
}
@media (min-width: 710px) and (max-width: 1199px) {
    #style-2> h2, #style-2> p, #style-2> ul {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (min-width: 1200px) {
    #style-2> h2, #style-2> p, #style-2> ul {
        font-size: 20px ;
        line-height: 30px;
    }
}

.img-style {
    display: block;
    border: solid 1px #E0E0E0;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#social-follow {
    line-height: 10px;
}

.text-landing {
    font-size: 20px;
    color: #4e5c64;
}
