.body {
    font-family: "Montserrat", Helvetica, sans-serif !important;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
}

.wrapper-1 {
    display: flex;
    flex-direction: column;
}

.title {
    display: flex;
    font-size: 28px;
    background-color: #6bdbe0;
    border-radius: 12px;
    padding: 5px 8px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.text {
    font-size: 22px;
    margin-bottom: 10px;
}
.text-1 {
    font-size: 18px;
    margin-bottom: 5px;
}
.text-1 span {
    font-weight: 500;
}
.header-wrapper-pp {
    display: flex;
    flex-direction: row; 
    justify-content: space-between; 
    align-items: center; 
    padding: 20px 50px;
}

@media screen and (max-width: 700px) { 
    .header-wrapper-pp {
        padding: 0;
    }
    .title {
        font-size: 22px;
    }
    .text {
        font-size: 18px;
    }
    .text-1 {
        font-size: 16px;
    }
}
