h4 {
    font-size: 36px!important;
}

.image-text2 ul, .image-text ul, .automate-text ul {
    list-style-position: inside;
}

.image-text2 li, .image-text li, .automate-text li {
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.key-features h4 {
    font-weight: bold;
    font-size: 20px!important;
}

p.key-features-text {
    font-size: 15px;
}

.text-description-inner {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}

.Learnmore .btn-call-to-action {
    background-color: #6CBE45;
    color: #fff;
    text-transform: none;
    font-size: 16px;
    font-weight: bold;
}

.Learnmore .btn-call-to-action:hover {
    background-color: #529333;
}

.security.Learnmore .btn-call-to-action {
    background-color: #c71a13;
    color: #fff;
    text-transform: none;
    font-size: 16px;
    font-weight: bold;
}

.security.Learnmore .btn-call-to-action:hover {
    background-color: #960001 !important;
}

.switch.Learnmore .btn-call-to-action {
    background-color: #ef8f35;
    color: #fff;
    text-transform: none;
    font-size: 16px;
    font-weight: bold;
}

.switch.Learnmore .btn-call-to-action:hover {
    background-color: #d7802f;
}

a.btn-green {
    color: #fff;
    background-color: #6CBE45;	
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    margin-top: 30px;
    font-weight: bold;
    text-transform: none;
    font-size: 14px;
}

a.btn-green:hover {
    background-color: #529333;
    text-decoration: none;	
}

a.btn-red {
    color: #fff !important;
	background-color: #c71a13 !important;
    border: 1px #c71a13 solid;	
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    margin-top: 30px;
    font-weight: bold;
    text-transform: none;
    font-size: 14px;
}

a.btn-red:hover {
    background-color: #960001 !important;
    text-decoration: none;	
}

a.btn-orange {
    color: #fff !important;
    background-color: #ef8f35;	
    border: 1px #ef8f35 solid;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    margin-top: 30px;
    font-weight: bold;
    text-transform: none;
    font-size: 14px;
}

a.btn-orange:hover {
    background-color: #d7802f;
    text-decoration: none;
}