#survey {
    display: none !important;
}
.Inner-pages.header .heading {
color:#fff;
    font-size: var(--h2-font);
    max-width: 1000px;
    margin: auto;
    text-align: center;
    line-height: 55px;
}
.Inner-pages.header .heading span{
    font-weight: 200;
}
.Inner-pages.content .right-content {
    margin: auto;
    width: auto;
    max-width: 1100px;
}
.Inner-pages.content .right-content .p-t-20 {
    padding-top: 20px !important;
}
.Inner-pages.content .cta {
    background-color: #e9152b;
    max-width: fit-content;
    color: #fff;
    padding: 20px;
    display: block;
    margin: 10px auto 60px;
    line-height: normal;
    font-size: 20px;
    border-radius: 10px;
    text-decoration: none;
}
@media(max-width:600px){
.Inner-pages.content .right-content iframe {
    max-width: 100%;
    height: 200px;
}
}
