.doubt {
    font-family: "Public sans", "Poppins", "Roboto", sans-serif;
    width: 95%;
    margin: 0px auto 100px auto;
    max-width: 750px;
}
.doubt_head {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.contact {
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 7px;
    background: var(--secondary-color);
    margin: 10px 0px;
}
.whatsapp_container {
    width: 25px;
    margin-right: 10px;
}
.whatsapp_container img {
    width: 100%;
}
.contact_text {
    font-size: 12px;
    line-height: 1.2rem;
}
.contact_text button {
    background: none;
    font-size: 12px;
    outline: none;
    border: none;
    font-weight: 600;
    text-decoration: underline;
    color: var(--celebrityschool-purple);
    cursor: pointer;
}

@media screen and (min-width: 600px) {
    .plans_container {
        margin: 50px auto 0px auto;
    }
}
