.text-image {
	background-color: #023465;
	padding: 60px 0;
}

.text-image-list {
	padding-bottom: 0;
    max-width: 424px;
}

.text-image-list h4 {
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	margin: 0;
}

.text-image-left h3 {
    color: #fff;
    margin: 0;
    padding-bottom: 25px;
    line-height: 40px;
    max-width: 435px; 
    font-size: 32px;
}

.text-image-left p {
    color: #fff; 
}

.text-image-right {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.text-image-left a {
    background-color: #fff;
    color: #023465;
    padding: 5.5px 13px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    border: 1px solid transparent;
    display: inline-block;
}

.text-image-left a:hover {
	border: 1px solid #fff;
    background-color: #023465;
    color: #fff;
}

@media (max-width: 1139px) {
    section.text-image.alignfull {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .text-image-right img {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    .text-image-right {
        margin-top: 40px;
    }
    .text-image-left h3 {   
        font-size: 30px;
        line-height: 36px;
    }
}
