.mainSections{
 width: 980px;
 margin: 0 auto;
}

.mainSections p a{
 color: #e60012;
 transition-property: text-decoration;
 text-decoration: underline;
}
.mainSections p a.hover{ text-decoration: none;}