#hero {
    padding: 50px 0;
    background-size: cover;
    background-position: center;
}
#hero .wrap {
    background: #fff;
    padding: 30px;
}
#hero .wrap h1 {
    color: #0E4099;
    font-family: Montserrat;
    font-size: 54px;
    font-style: normal;
    font-weight: 800;
    line-height: 55px;
    margin-bottom: 20px;
}
#hero .wrap h1 strong {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #FF7FBA;
    text-decoration-thickness: 8.5%;
    text-underline-offset: auto;
    text-underline-position: from-font;
    font-weight: 800;
}
#hero .wrap p {
    color: #404040;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
}
#hero #breadcrumbs span,
#hero #breadcrumbs a {
    color: #F0448E;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#filters {
    padding: 30px 0;
    background: #EFEFEF;
}
#filters form {
    position: relative;
}
#filters form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 58px;
    width: 58px;
    background: none;
    border: none;
    color: #F9519E;
    font-size: 18px;
}
#filters input,
#filters select {
    height: 58px;
    border-radius: 5px;
}

#blog {
    padding: 50px 0;
}
#blog .image {
    position: relative;
}
#blog .image img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}
#blog .image .cat {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 5px;
    background: #E5097F;
    padding: 5px 8px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
#blog .content {
    background: #0E4099;
    padding: 20px;
}
#blog .content .date {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#blog .content h2 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}
#blog .content .btn {
    width: fit-content;
    margin: 0 auto;
}
