/*
    Created on : Sep 3, 2020, 12:49:20 PM
    Author     : Andrew Molchanov: andymolchanov@gmail.com
*/
#safeTravelers{
    color: #FFFFFF;
    background: #EF0028;
    position: relative;
    padding: 80px 0 80px 0;
}
#safeTravelers:after{
    content: "";
    position: absolute;
    top: -170px;
    right: 160px;
    max-width: 635px;
    width: 100%;
    height: 619px;
    background: url("/_files/image/new_images/compass.png");
}
#safeTravelersContent{
    padding: 0 830px 0 0;
}
#safeTravelersContent > p{
    font-size: 18px;
    padding-top: 15px;
}

#safeTravelersHead{
    display: flex;
    align-items: center;
}
#safeTravelersHead div{
    padding: 0 25px 0 0;
    font-family: OpenSansHebrew-Bold;
}
#safeTravelersHead div p:first-child{
    font-size: 44px;
}
#safeTravelersHead div p:last-child{
    font-size: 32px;
}
.redMore{
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 220px;
    height: 60px;
    border-radius: 60px;
    background: #FFFFFF;
    color: #26383F;
    box-shadow: 0px 8px 25px rgba(114, 182, 218, 0.45);
}
.redMore span{
    font-family: OpenSansHebrew-Bold;
    padding: 0 30px 0 0;
    font-size: 20px;
}
@media(max-width: 768px){
    #safeTravelersContent{
        padding: 0;
    }
    #safeTravelers{
        padding: 350px 0 80px 0;
    }
    #safeTravelers p{
        text-align: center;
    }
    #safeTravelers:after{
        top: -260px;
        right: 50%;
        transform: translate(50%);
    }
    #safeTravelersHead{
        flex-direction: column-reverse;
    }
    #safeTravelersHead img{
        margin: 30px 0;
    }
    #safeTravelersContent p{
        max-width: 615px;
        padding: 0 60px;
        text-align: right;
    }
}
