
.flex-container-fw-cta {
	display: flex;
  	justify-content: center;
  	background-color: #ffffff;
  	width: 100%;
  	min-height: 100px;
}

.fw-cta-container2 {

display: flex;
    background-color: #317aba;
    flex-wrap: nowrap;
    font-size: 30px;
    max-width: 625px;
    height: 100%;
    min-height: 100px;
    margin: 10px 10px 10px 10px;
    padding: 0px 10px 0px 10px;
}

.fw-cta-item-left2 { 
display: flex;
    align-items: center;
    background-color: #317aba;
    padding: 15px;
}

.fw-cta-item-right2 { 
    display: flex;
    background-color: #317aba;
    text-align: left;
    padding: 15px 15px 15px 5px;
    flex: 75%;
    font-size: .60em;
    align-items: center;
    color: #ffffff;
}


