.speak-up .container {
    width: 100%;
}
.speak-up{
    font-family: "Open Sans";
}
.sec-image img {
    width: 100%;
    position: fixed;
    top: 0;
    margin-top: -150px;
}
.speak-up .container .content {
    margin: 650px auto 0;
    background-color: #fff;
    position: relative;
}
.speak-up .container .content #content {
    width: 1180px;
    margin: 70px auto 0;
    position: relative;
}

h1 {
    color: #003c6e;
    font-size: 48px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    padding-top: 100px;
}
h1 a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
}

hr {
    width: 20%;
    margin: 30px auto;
    border-top: 2px solid #dac455;
}

.speak-up .container .content .elementor-element-4869a2b .elementor-widget-container p {
    line-height: 2;
    margin-bottom: 1.6em;
    font-size: 19px;
    word-wrap: break-word;
}

.speak-up .container .content .elementor-element-4869a2b .elementor-widget-container p a {
    color: #0170b9;
    text-decoration: underline;
    cursor: pointer;
}

.speak-up .container .content .elementor-element-4869a2b .elementor-widget-container h4 {
    color: #003c6e;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}
.speak-up .container .content .elementor-element-4869a2b .elementor-widget-container p strong {
    font-weight: bold;
}

.elementor-element-e3f6d3e video {
    width: 100%;
    height: 100%;
    padding: 50px 0 0px;
}

.elementor-element-28aa00c img {
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 16px 0px 37px 0px;
}

@media (max-width: 1200px) {
    .speak-up .container .content #content {
        width: 100%;
        padding: 0 10px;
    }
}
@media (max-width: 999px) {
    h1 {
        font-size: 38px;
        padding-top: 70px;
    }

    .speak-up .container .content {
        margin: 380px auto 0;
    }
    .sec-image img {
        margin-top: -26px;
    }
}

@media (max-width:767px) {
    .sec-image img {
        margin-top: 30px;
    }
    .speak-up .container .content {
        margin: 300px auto 0;
    }
    h1{
        font-size: 28px;
        line-height: 36px;
    }
    .speak-up .container .content #content {
        margin: 30px auto 0;
    }
    .speak-up .container .content .elementor-element-4869a2b .elementor-widget-container p{
        font-size: 15px;
    }
}
@media (max-width:500px){
    .speak-up .container .content {
        margin: 175px auto 0;
    }
}

