.btn.btn-shop-secondary {
    background: #C8D8EB;
    color: #4a4a4a;
}
.btn.btn-shop-secondary:hover {
    /*background: #005892;
    color: white;*/
}
.subscription-details {
    border: 2px solid #005892;
    border-radius:5px;
    padding:10px 30px;
}

.subscription-details h3 {
    font-weight:bold;
}

.subscription-details .btn-shop-secondary{
    background: #005892;
    color: white;
}

.subscription-details .row{
align-items: center
}
.icon-button{
	width:25px;
	display: inline-block;
}