.promo-header {
    background-color: #658BB5;
    padding: 20px 50px 30px 50px;
    color: white;
}

body {
    background: white;
}

.header-image-promo {
    text-align: center;
    overflow-x: hidden;
}

.promo-header h1 {
    font-family: "SF UI Text", sans-serif;
    font-weight: 700;
    font-size: 28px;
}

.promo-header p {
    font-family: "SF UI Text", sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-top: 17px;
    line-height: 19px;
    letter-spacing: 0.5px;
    color: #f0f0f0;
}

.promo-header img {
    height: 220px;
    margin-top: -4px;
    margin-right: 27px;
}

.promo-header .btn {
    margin-top: 14px;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
}

.promo-content {
    padding: 20px 50px 30px 50px;
}

.promo-content h3 {
    font-weight: 600;
    color: #626262;
}

.promo-content p {
    color: #494949;
    font-size: 15px;
    text-align: justify;
}

.promo-content .info {
    display: inline-block;
    width: 50%;
}

.promo-content .image {
    display: inline-block;
    width: 20%;
}

.item {
    margin-top: 20px;
}

.promo-content .item .icon {
    font-size: 35px;
    height: 70px;
    width: 70px;
    border-radius: 100px;
    border: 3px solid #658bb5;
    text-align: center;
    color: #658bb5;
    margin-top: 27px;
}

.promo-content .item .icon .ti-thought {
    position: relative;
    top: 14px;
    left: -2px;
}

.promo-content .item .icon .ti-announcement {
    position: relative;
    top: 14px;
    left: -2px;
}

.promo-content .item .icon .ti-shortcode {
    position: relative;
    top: 14px;
}

.promo-content .item .icon .ti-settings {
    position: relative;
    top: 14px;
}

.promo-content .item .icon .fa-paperclip {
    font-size: 35px;
}

.promo-content .item .icon .ti-comment-alt {
    position: relative;
    top: 17px;
}

.promo-content .item .icon .ti-pin-alt {
    position: relative;
    top: 14px;
    font-size: 32px;
}

.promo-content .item .icon i {
    margin-top: 14px;
}

.group-widget-title {
    /*margin-top: 25px;*/
    position: relative;
    top: 15px;
}

.content-button {
    padding: 3px;
}

.content-button .btn {
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
}

.group-widget {
    margin-left: 52px;
    position: relative;
    top: 20px;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.spinner {
    width: 44px;
    height: 44px;
    -webkit-animation: rotating 0.75s linear infinite;
    -moz-animation: rotating 0.75s linear infinite;
    -o-animation: rotating 0.75s linear infinite;
    animation: rotating 0.75s linear infinite;

    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;

    background: url("/images/spinner.svg");
}

.spinner-panel {
    width: 77px;
    display: inline-block;
}

#promo-spinner {
    margin-top: 40%;
    margin-right: 0;
    margin-left: 0;
}

#promo-content {
    display: none;
}

@media (max-width: 767px) {
    #promo-spinner {
        margin-top: 60%;
        margin-right: 0;
        margin-left: 0;
    }
}