.header__logo-title {
    font-weight: normal;
}
.section--intro {
    background: linear-gradient(60deg, #162338, #2c81bf);
}

@media screen and (min-width: 1025px) {
    .intro__title {
        font-size: 55px;
    }
}

@media screen and (min-width: 1025px) {
    .crb-take {
        font-size: 46px;
    }
}

.grid--about .grid__text {
    color: #1d1d1d;
}

.switcher__border,
.pricing__plan--popular,
.section--cta,
.grid--support .grid__more {
    /*background-color: #133960;*/
    background-color: #133460;
}
.section--cta .btn {
    margin-right: 0;
}
.btn {
    font-weight: bold;
}

.testimonials__thumb img {
    width: 100px;
}

div.testimonials {
    padding-bottom: 40px;
}

p.crb-style1 {
    margin-top: 1em;
    font-size: 80%;
}
@media screen and (max-width: 1024px) {
    p.crb-style1 {
        display: none;
    }
}

.switcher__buttons {
    font-weight: bold;
}

.ywrapper {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
    .ywrapper {
        width: 100%;
    }
}

.ycontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    margin-bottom: 20px;
}

.yvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

