body {
    font-family: 'Nunito', sans-serif;
    background: #f5f5f5;
    color: #252329;
    line-height: 24px;
}

a {
    color: #577399;
}

a:hover, a:active, a:focus {
    color: #fe5f55;
    text-decoration: none;
}

a.no-hover, a.no-hover:hover, a.no-hover:active, a.no-hover:focus {
    color: #252329;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.bg-custom-1 {
    background: #81bcc4;
}

.bg-custom-2 {
    background: #e1e9ea;
}

.img-shadow {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
}

@media (max-width: 575.98px) {
}

@media (max-width: 767.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 1199.98px) {
}
