section.content-section {
    padding: 4rem 0;
}
.methodologies {
    background: #EFEFEF;
    padding: 4rem 0;
}
.methodologies__title {
    text-align: center;
    margin-bottom: 4rem;
}
.methodologies__item {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1rem;
    display: block;
    padding: 16px 26px;
    cursor: pointer;
}
.methodologies__item h3 {
    font-family: 'Red Hat Display', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 31px;
    color: #047D96;
    margin-bottom: 0;
}
.methodologies__filter__btn,
.methodologies__filter__clear {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 100%;
    padding: 21px 26px;
    border: none;
    font-family: 'Red Hat Display', sans-serif;
    font-style: normal;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 8px;
    text-align: left;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.methodologies__filter__clear {
    border: 1px solid #047D96;
}

.methodologies__filter__content {
    background: linear-gradient(0deg, rgba(4, 125, 150, 0.102), rgba(4, 125, 150, 0.1)), #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 0 32px;
    margin-bottom: 0;
    height: 0;
    visibility: hidden;
    transition: .25s ease-in;
}

.methodologies__filter__content a,
.methodologies__filter__content p,
.methodologies__filter__content label {
    visibility: hidden;
    transition: .05s ease-in;
    font-size: 0;
}
.methodologies__filter__content.open {
    padding: 16px 32px;
    margin-bottom: 8px;
    height: fit-content;
    visibility: visible;
}
.methodologies__filter__content.open a,
.methodologies__filter__content.open p,
.methodologies__filter__content.open label {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 30px;
    color: #047D96;
    visibility: visible;
}
.methodologies__filter__content--white {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 100%;
    padding: 21px 26px;
    border: none;
    margin-bottom: 8px;
    text-align: left;
}
.methodologies__filter__content--white h3 {
    font-family: 'Red Hat Display', sans-serif;
    font-style: normal;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
.methodologies__filter__range {
    display: flex;
    justify-content: space-between;
}
input[type="range"] {
    width: 100%;
}
.method-hero {
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 325px;
    padding: 4rem 0;
}
.method-hero__content h2,
.method-hero__content p {
    color: #fff;
}
.method-hero__content.dark h2,
.method-hero__content.dark p {
    color: #000;
}
.method-hero__text {
    margin-bottom: 2rem;
}
.method-info-block {
    padding-right: 2rem;
    margin-bottom: 4rem;
}

.method-info-block__title {
    display: flex;
    flex-wrap: wrap;
}
.method-info-block__title__icon {
    width: calc(30% - 2rem);
    margin-right: 2rem;
}
.method-info-block__title__icon img {
    width: 100%;
}
.method-info-block__title__text {
    width: 70%;
}
.method-info-block__text {
    margin: 1rem 0;
}
.method-info-block__btn {
    width:  100%;

}
.method-info-block__btn a {
    float: right;
}
.single-method__title {
    margin-top: 90px;
    margin-bottom: 32px;
}
.single-method__title h1 {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 45px;
    letter-spacing: 0.02em;

}
.single-method__content {
    padding: 50px 0;
}
.single-method__pagination__wrapper {
    background: #EFEFEF;
    width: 100%;
    padding-top: 64px;
    padding-bottom: 120px;
}
.single-method__pagination {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.single-method__pagination--prev,
.single-method__pagination--next {
    width: calc(50% - 2rem);
}
.single-method__pagination--prev {
    margin-right: 2rem;
}
.single-method__pagination--next {
    margin-left: 2rem;
}
.single-method__pagination--prev a,
.single-method__pagination--next a {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #032539;
    display: block;
    width: 100%;
    padding: 1.25rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
.single-method__pagination--next a {
    background: #047D96;
    color: #fff;
}
.single-method__pagination--next:hover a {
    color: #fff;
}
.single-method__pagination--prev img {
    margin-right: 2rem;
}
.single-method__pagination--next img {
    margin-left: 2rem;
}
.about-us-team-bottom-link a {
    display: flex;
}