.main-content {
    padding: 60px 0 80px;
}

.contact-wrap {
    max-width: 1030px;
}

.reminder {
    display: block;
    color: #333333;
    font-size: 15px;
    margin-top: 40px;
    padding-bottom: 10px;
    text-align: left;
    margin-bottom: 20px;
    border-bottom: solid 1px #333333;
    position: relative;
}

.reminder:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 0 8px;
    border-color: #1F1F1F transparent transparent transparent;
    position: absolute;
    left: 20px;
    bottom: -6px;
}

.reminder b {
    color: #C13C3C;
    margin-left: 4px;
}

@media screen and (max-width: 767px) {
    .main-content {
        padding: 0px 0 50px;
    }
}
