_call_out.scss 1.44 KB
.call-out-block{
    background-size: cover;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    margin-left:-50%;
    margin-right:-50%;
    margin-top: 1.5625rem;
    padding-left:50%;
    padding-right:50%;
    background-color: #000;
    box-shadow: inset 0 0 0 125rem rgba(0, 0, 0, 0.3);
    @media screen and (max-width: 48rem) {
        min-height: 15.625rem;
    }
    h2{
        padding-top: 32px;
        color: #fff;
        @media screen and (max-width: 48rem) {
            font-size: 22px;
            line-height: 25px;
        }
        
    }
}

.side-menu-page{
    .call-out-block{
        margin-left:-75%;
        @media(max-width: 62.5rem) {
        padding-left:75%;
        }
    }
}

  .call-out-block h2{
    text-align: center;
}
.call-out-block p{
    text-align: center;
}
.call-out-block a{
    border-radius: 0!important;
    background-color: #EE0000;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 500;
    margin: 24px 0 50px 0;
    padding:  8px  46px;
    line-height: 17px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    width: unset;
    border-radius: 2.5rem !important;
    font-weight: bold;
    @media screen and (max-width: 48rem) {
        font-size: 16px;
  
    }
}    

.call-out-block a:hover{
    color: #fff;
    background-color:#669999;

}