.ready-to-install{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ready-to-install h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #054072;
}
.ready-to-install p{
    font-family: 'Montserrat', sans-serif;
    color: #3e3e3e;
    font-size: 18px;
    text-align: center;
}
.ready-to-install a.btn{
    font-family: 'Montserrat', sans-serif;
    height: 42px;
    border-radius: 21px;
    border: solid 1px #707070;
    background-color: #FFF;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    vertical-align: middle;
    padding: 0px 80px;
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}
.ready-to-install a.btn:hover{
    text-decoration: none;
    border-color: #1db3e6;
    color: #1db3e6;
}
.ready-to-install a.btn i{}
.ready-to-install small{
    display: block;
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #3e3e3e;
    font-size: 14px;
    text-align: center;
}
.ready-to-install small a{
    text-decoration:none;
    color: #054072;
}
.ready-to-install hr{
    border: none;
    width: 100%;
    display: block;
    height: 1px;
    background-color: #cbcbcb;
    margin: 50px 0px 10px 0px;
}






#yay-allies-help{
    border-top: 2px solid #cbcbcb;
    position: relative;
    text-align: center;
    padding-top: 48px;
    margin-top: 53px;
}
#yay-allies-help::after{
    content: ' ';
    position: absolute;
    top: -2px;
    height: 2px;
    background-color: #004072;
    width: 33.33%;
    left: 33.33%;
}
#yay-allies-help h2{
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 25px;
    font-size: 24px;
    color: #054072;
    font-weight: 600;
}
#yay-allies-help p{
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 49px;
    font-size: 18px;
    font-weight: 300;
    color: #3e3e3e;
}
#yay-allies-help  .buttons-holder{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 74px;
}
#yay-allies-help  .buttons-holder a{
    font-family: 'Montserrat', sans-serif;
    height: 42px;
    line-height: 42px;
    vertical-align: middle;
    text-align: center;
    border-radius: 21px;
    background-color: #004072;
    color: #FFF;
    width: 280px;
    font-weight: 300;
    text-decoration: none;
}
#yay-allies-help  .buttons-holder a i{
    font-size: 18px;
}
#yay-allies-help  .buttons-holder a span{
    font-size: 16px;
}
#yay-allies-help  .buttons-holder a:nth-child(2){
    background-color: #4ab132;
}
@media (max-width: 1080px){
    #yay-allies-help  .buttons-holder{
        flex-direction: column;
    }
    #yay-allies-help  .buttons-holder a{
        width: 100%;
        margin-bottom: 28px;
    }
}