html,body{}
body{
    font-family: 'Arial','sans-serif';
    text-align: center;
}

h1, h2{
    font-weight: bold;
    color: #373689;
    margin:0;
}
h1{
    font-size: 36px;
    height: 70px;
    line-height: 70px;
    white-space: nowrap;
}
h2{
    font-size: 30px;
    padding-top: 70px;
    padding-bottom: 30px;

}
#codactive-header{
    width: 100%;
}
#codactive-header #codactive-bg-image{
    width: 100%;
}
#codactive-title{
    height: 70px;
}
#codactive-content{
    background-color: #f3f1f1;
}
#codactive-content p{
    font-size: 24px;
    line-height: 25px;
    color: #434546;
}
.codactive-btn{
    font-size: 30px;
    margin-top: 30px;
    color: #ffffff;
    background:#373689;
    width:90%;
    margin: auto;
    height: 80px;
}
#codactive-footer{
    height:105px;
    vertical-align: middle;
}
#bezeqLogo{
    float: right;
    right: 20px;
    width: 25px;
}
.vert-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 560px){
    h1{
        font-size: 30px;
        height: 60px;
        line-height: 60px;
    }
    h2{
        font-size: 25px;
        padding-top: 60px;
        padding-bottom: 20px;

    }
    #codactive-title{
        height: 60px;
    }
    #codactive-content p {
        font-size: 20px;
        line-height: 23px;
    }
    .codactive-btn{
        font-size: 25px;
        margin-top: 25px;
        height: 70px;
    }
}

@media (max-width: 420px){
    h1{
        font-size: 24px;
        height: 50px;
        line-height: 50px;
    }
    h2{
        font-size: 19px;
        padding-top: 50px;
        padding-bottom: 10px;

    }
    #codactive-title{
        height: 50px;
    }
    #codactive-content p {
        font-size: 17px;
        line-height: 18px;
    }
    .codactive-btn{
        font-size: 20px;
        margin-top: 20px;
        height: 60px;
    }
}

@media(max-width:340px){
    h1{
        font-size: 18px;
        height: 40px;
        line-height: 40px;
    }
    h2{
        font-size: 15px;
        padding-top: 40px;
        padding-bottom: 5px;

    }
    #codactive-title{
        height: 40px;
    }
    #codactive-content p {
        font-size: 13px;
        line-height: 15px;
    }
    .codactive-btn{
        font-size: 17px;
        margin-top: 15px;
        height: 55px;
    }
    #bezeqLogo{
        width: 20px;
    }
}