.center-image {
 display: flex;
 justify-content: center;
}

.center-text {
padding-top: 50px;
text-align: left;
}

.flex-item {
 display: flex;
 align-items: center;
}

.new-section {
padding-top: 100px;
}

.outer-box {
background: #F5F5F5;
border-radius: 15px;
}

.inner-box {
padding: 15px 15px 15px 35px;
}


@media only screen and (min-width:960px)
{.center-text {
 width: 63%;
margin: 0 auto;
}
}

