
.redBorderTopic {
    display: inline-flex;
    padding: 5px 0;
    border-bottom: 2px solid #FB765F;
    margin: 30px 0;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FB765F;
}

span.swiper-pagination-bullet {
    margin: auto 5px;
    width: 10px;
    height: 10px;
}

span.swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    background: #377EF9;
}

.standard-button {
    width: 180px;
    background: #fb765f;
    box-shadow: 0px 2px 10px rgba(251, 118, 95, 0.5);
    border-radius: 25px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

.standard-button:hover {
    background: rgb(226, 92, 69);
}

.standard-button a {
    display: block;
    padding: 15px 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

@media (max-width: 420px) {
  .redBorderTopic {
    margin-left: 30px;
  }
}