.about_section{
    padding-top: 29px;
}
.about_section_heading{
    font-family: myRegularFont;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    color: #000000;
}
.about_section_text{
    font-family: myRegularFont;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    color: #000000;
}
.contact_section{
    margin-top: 100px;
    text-align: center;
}
.contact_section_heading{
    font-family: myRegularFont;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #7D0C41;
}
.contact_section_email{
    font-family: myRegularFont;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.contact_section_phone{
    font-family: myRegularFont;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
