.remaco-world-portfolio-consent {
  width: 100%;
  padding: 80px 20px;
  box-sizing: border-box;
}

.remaco-world-portfolio-consent__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.remaco-world-portfolio-consent__title {
    font-size: 16px;
    margin-bottom: 8px;
}

.remaco-world-portfolio-consent__content h2{
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #003f4f;
    margin-bottom: 32px;
}

.remaco-world-portfolio-consent__content h3{
    font-size: 20px;
    margin-bottom: 16px;
    margin-top: 32px;
    line-height: 1.2;
    padding-bottom: 0;
}

.remaco-world-portfolio-consent__content :where(p){
    padding-bottom: 0;
    margin-bottom: 16px;
}

.remaco-world-portfolio-consent .remaco-world-portfolio-consent__button{
    background: #003f4f;
    color: #fff;
    min-height: unset;
    padding: 12px 18px;
    border: 1px solid #003f4f;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.4s all;
}

.remaco-world-portfolio-consent .remaco-world-portfolio-consent__button:hover{
    background: transparent;
    color: #003f4f;
}

.remaco-world-portfolio-consent .remaco-world-portfolio-consent__button br{
    display: none;
}