@import url(../fonts/PFKIdsPro/stylesheet.css);
.video__img.video__img--top{
    border: 0px;
}
.header__phonecall span.name{
    display: block;
    font-size: 13px;
    text-align: left;
    margin-bottom: 4px;
    opacity: 0.6;
}
.messengers{
    font-size: 31px;
    padding: 10px 0 0;
}
.messengers .fa{
    margin-left: 10px;
    color: white;
}
.twp{
    background: #6c9b3c;
    margin: 40px 0 0px;
}
.box {
    border-color: #74a350;
    color: #fff;
    background: #7CB342;
    border-radius: 0.5rem;
    text-align: center;
    height: 3.2em;
    font-size: 1.5em;
    font-family: "Rubik", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border: 1px solid #e7e9ef;
    padding: 7px 15px 7px 15px;
    margin-bottom: 10px;
}
.h1 {
    font-family: 'PF Kids Pro Grade Five', sans-serif;
    font-weight: normal;
    font-size: 45px;
    line-height: 73px;
    margin-bottom: 10px;
    padding: 0;
}
.ex .section__heading {
    margin-bottom: 0px;
}
@media only screen and (max-width: 600px) {
    .h1 {
        font-size: 37px;
        line-height: 50px;
    }
}