.announcement-template .cm-intro .box{
    height: auto;
}

.announcement-template .content-box{
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(26.70px);
    -webkit-backdrop-filter: blur(26.70px);
    padding: 40px 120px;
    max-width: 1016px;
    width: 100%;
    margin: auto;
}


.announcement-template .content-box h1{
    color: #FFF;
    text-align: center;
    font-family: 'Gotham A', 'Gotham B', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 57.6px */
    letter-spacing: -2.4px;
    margin-bottom: 10px;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.announcement-template .content-box p{
    color: #FFF;
    text-align: center;
    font-family: 'Gotham A', 'Gotham B', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    margin-bottom: 0px;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.announcement-template .hero-content-btn{
    text-align: center;
}

.ann-quotes{
    background: #0B2341;
    padding: 125px 0;
    text-align: center;
    position: relative;
}

.ann-quotes:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 15px;
    background-image: url(../images/footer-new-pattern.png);
    background-repeat: repeat-x;
    background-size: auto 30px;
}

.ann-quotes.show-vector:after{
    content: '';
    display: block;
    width: 863px;
    height: 863px;
    background: url(../images/quote-bg-vector-2.png) no-repeat 0px 0px;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 27px;
}

.ann-quotes .quote-text{
    max-width: 660px;
    color: #FFF;
    text-align: center;
    font-family: 'Gotham A', 'Gotham B', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0 auto;
}


.ann-quotes .quote-text a{
    color: #0F5FC0;
}

.ann-quotes .quotes-author{
    color: #7F8791;
    text-align: center;
    font-family: 'Gotham A', 'Gotham B', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    display: flex;
    justify-content: center;
    gap: 5px;
}

.ann-quotes .quotes-author .author-company{
    font-weight: 400;
}

.ann-quotes img{
    margin: 5px 0 25px;
}

.page-template-announcement .cm-intro .box .line{
    bottom: -94px;
    height: 160px;
    left: 0;
    right: 0;
    margin: auto;
}

.box-video{
    background-size: cover;
}

.announcement-logo{
    margin: 0 auto 40px;
}

.ann-quotes .container{
    position: relative;
    z-index: 1;
}

.ann-quotes .btn{
    margin-top: 40px;
}

@media (min-width:768px) and (max-width:1023px){
    .announcement-template .content-box{
        max-width: 90%;
    }
}


@media (max-width:767px){
    .ann-quotes .btn {
        margin-top: 19px;
    }
    .announcement-template .content-box{
        padding: 40px 20px;
    }

    .announcement-template .cm-intro .box{
        padding: 34px 24px !important;
    }

    .announcement-template .content-box h1{
        font-size: 28px;
        font-style: normal;
        font-weight: 300;
        line-height: 130%;
        letter-spacing: -2px;
        margin-bottom: 13px;
    }

    .announcement-template .content-box p{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 22.4px */
        letter-spacing: -0.5px;
        margin-bottom: 13px;
    }

    .ann-quotes{
        padding: 64px 0 80px;
    }

    .ann-quotes .quote-text{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }

    .ann-quotes .quotes-author{
        font-size: 14px;
    }

    .ann-quotes:after{
        top: auto;
        left: 95px;
        right: auto;
        width: 460px;
        height: 460px;
        bottom: 0;
    }

    .page-template-announcement .cm-intro .box .line{
        bottom: -53px;
        height: 70px;
    }
}
