.text_section {
    background-color: #fff;
    margin: 0px;
    padding: 10px 0px !important;
}

.text_section p {
    font-family: aller;
    font-size: 24px;
    line-height: 30px;
    margin: 0px;
    color: #160200;
    font-weight: 400;
    padding-bottom: 30px !important;
    padding-left: 12px;
}

.speaking_button {
    margin-bottom: 30px;
    padding: 0px;
    height: 50px;
}

.speaking_button a {
    text-decoration: none;
    background: #edb700 !important;
    font-size: 20px !important;
    font-weight: bold;
    padding: 12px 40px !important;
    color: #fff !important;
    margin-top: 0px;
    border: none !important;

}

.about_content {
    background-color: #fff;
}

.about_content p {
    font-family: aller;
    font-size: 24px;
    line-height: 30px;
    margin: 0px;
    padding: 0px 23px;
    color: #160200;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: justify;
}