.box-text-content.is-large :where(p, ul, ol) {
    font-size: clamp(14px, 1.83333333vw, 22px);
}
/* about-section-1 */
.about-section-1 {
}
/* about-section-1 */
/* about-section-2 */
.about-section-2 .box .box-text {
    padding-top: 16px;
    padding-bottom: 0;
}
.about-section-2 .box .box-text h3 {
    font-size: 24px;
    margin: 0;
}
.about-section-2 .box-text-inner p {
    margin: 0;
}
.about-section-2 .follow-icons {
    display: flex;
    gap: 10px;
}
.about-section-2 .follow-icons a.button.icon:not(.is-outline) {
    margin: 0;
    display: grid;
    place-content: center;
    width: 36px;
    height: 36px;
    background-color: #2f725e !important;
}
.about-section-2 .follow-icons a i {
    line-height: 1;
    top: unset;
    font-size: 18px;
}
/* about-section-2 */
.stack-button .button {
    --primarybtnpadding: 13px 24px;
    line-height: unset;
    min-height: unset;
    font-size: 16px;
    padding: var(--primarybtnpadding, 13px 15px);
    font-weight: normal;
}
.stack-button .button.button-2 {
    background-color: #2f725e !important;
}
