.page__aboutus {
    padding: 30px 0 70px 0;
    min-height: 250px;
    background-color: #faf4eb;
}
.page__aboutus-supertitle {
    font-size: 120px;
    font-weight: 700;
    line-height: 120px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 10px;
    background: -webkit-linear-gradient(280deg, #5956f0, #ff50b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page__aboutus-apresentacao {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    text-align: center;
}
.page__aboutus-apresentacao img {
    margin: auto;
}
.page__aboutus-l2 {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 4px 4px 20px 0 rgba(0,0,0,0.2);
    padding: 50px;
}
.page__aboutus-title {
    margin-bottom: 40px;
}
.page__aboutus-title-pre {
    font-size: 14px;
    width: fit-content;
    margin: 0 auto;
    font-family: var(--josefinsans);
    font-weight: bold;
    text-transform: uppercase;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(-232deg, #5956f0 0%, #ff50b8 100%);
}
.text-left .page__aboutus-title-pre {
    margin: 0 auto 0 0;
}
.page__aboutus-title-title {
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    color: #000;
}
.page__aboutus-l2 {
    max-width: 1100px;
    margin: auto;
}
.page__aboutus-l2-content {
    width: calc(100% - 400px);
}
.page__aboutus-l2-megaphone {
    position: absolute; bottom: 10px; right: 0;
    z-index: -1;
}
a.page__aboutus-btn-blue {
    display: block;
    padding: 14px 20px;
    background-color: #5957b9;
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 200ms linear;
}
a.page__aboutus-btn-blue:hover {
    background-color: #7f7ddd;
}
a.page__aboutus-btn-pink {
    display: block;
    padding: 14px 20px;
    background-color: #ff0060;
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 200ms linear;
}
a.page__aboutus-btn-pink:hover {
    background-color: #b60052;
}
.page__aboutus-l3 {
    margin: 70px auto 0;
    max-width: 1100px;
}
.page__aboutus-l3-item {
    margin-bottom: 30px;
    display: flex;
    gap: 10px;
}
.page__aboutus-l3-item-icon {
    flex-grow: 0;
    flex-shrink: 0;
}
.page__aboutus-l3-item-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center;
    transform: translateY(4px);
}
.page__aboutus-l3-item-text {
    font-size: 18px;
    font-weight: 500;
}

@media screen and (max-width:1028px) {
    .page__aboutus-l2-megaphone {
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (max-width:900px) {
    .page__aboutus-l2-megaphone {
        display: none;
    }
    .page__aboutus-l2-content {
        width: 100%;
    }
}
@media screen and (max-width:600px) {
    .page__aboutus-supertitle {
        font-size: 80px;
        line-height: 80px;
    }
    .page__aboutus-title-title {
        font-size: 30px;
        line-height: 34px;
        font-weight: 700;
        color: #000;
    }
}
@media screen and (max-width:450px) {
    .page__aboutus-supertitle {
        font-size: 60px;
        line-height: 60px;
    }
    .page__aboutus-l2 {
        padding: 40px 20px 20px;
    }
}