
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
p {
    margin: 0 0 1.75em;
}



.sec-text p {
    font-size: 18px;
    line-height: 1.777;
    color: var(--title-color);
    font-weight: 400;
}

.sec-title h2 {
    color: #490102;
    font-family: "Smooch";
    font-weight: 100;
}


.section-decision__grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);

}

@media (max-width:1480px) {
    .section-decision__grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:530px) {
    .section-decision__grid {
        grid-gap: 15px
    }
}

@media (max-width:475px) {
    .section-decision__grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section-decision__grid-item {
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 10px 40px
}

@media (max-width:475px) {
    .section-decision__grid-item {
        padding-bottom: 43px
    }
}

.section-decision__grid-item img {
    display: block;
    margin: 0 auto;
        width: 85px;
        margin-bottom: 20px;
}

@media (max-width:475px) {
    .section-decision__grid-item img {
        margin-top: 20px
    }
}

.section-decision__grid-title {
    color: var(--blue-dark);
    font-weight: 500;
    font-size: 17px;
    text-align: center;
}

@media (max-width:1130px) {
    .section-decision__grid-title {
        font-size: 17px
    }
}

@media (max-width:730px) {
    .section-decision__grid-title {
        font-size: 14px
    }
}

.section-decision__grid-list {
    margin-bottom: 58px;
    margin-left: 20px;
    margin-top: 30px
}

.first-section {
    background-color: var(--blue-dark);
    background-image: url(../images/dist/section-first-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    min-height: 100vh;
    padding-bottom: 90px;
    padding-top: 0
}
