.info-box {
    margin: 20px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: white;
}

.icon-desc-main {
    top: -35px;
    position: relative;
}

.box-text {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 10px;
}
.box-text-bottom {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 24px;
}
.button-start {
    font-size:3rem;
}

@media (max-width: 1200px) {
    .navbar-right {
        display:none !important; }}

.custom-banner {
    margin-top: -80px; text-align: center;
}

@media (min-width: 576px) {
    .custom-banner {
        margin-top: -220px !important; }}

@media (min-width: 776px) {
    .custom-banner {
        margin-top: -180px !important; }}


@media (max-width: 1200px) {
    .logo-doubled {
        width: 120px !important; }}



@media (min-width: 1201px) {
    .custom-banner {
        display:none !important; }}