.visitor_section {
    background-color: #fff;
    padding: 10px 20px;
}

.visitor_link {
    text-decoration: none;
    color: #160200;
}

.visitor_link:hover {
    text-decoration: underline;
}

.visitor_link_section a {
    text-decoration: none;
    color: #160200;
    font-weight: bold;
    font-size: 20px;
    font-family: aller;
}

.visitor_link_section a:hover {
    text-decoration: underline;
}

.visitor_section p {
    font-family: aller;
    font-size: 24px;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    color: #160200;
    font-weight: 400;
    margin-bottom: 15px;
}

.mainLine
{
    font-family: cursive !important;
}


@media (max-width: 768px) {
    .visitor_section {
        padding: 5px !important;
    }

    .visitor_section p {
        font-size: 20px;
    }

    .visitor_link_section {
        text-align: center !important;

    }
}