.section-description {
padding-left: 30px;
min-height: 135px;
font-size: 18px;
line-height: 24px;
margin-bottom: 53px;
position: relative;
font-family: "Adventor", Sans-serif;
}
.section-description p{
font-size: 1em;
font-family: "Lato", Sans-serif;
}
.section-description.no-line {
padding-left: 0;
}
.section-description.no-line:before{
content: none;
padding: 0;
margin: 0;
height: 0px;
width: 0px;
}
.section-description.colorwhite h3.title, .section-description.colorwhite p{
color:#ffffff !important;
}
.section-description.colorwhite p{
font-size: 1em;
font-family: "Lato", Sans-serif;
}
.section-description .title {
color: #459390;
min-height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.section-description .title {
margin-bottom: 14px;
font-weight: 400;
text-transform: uppercase;
}
.section-description .title.blackfont{
color: #44546a !important;
}
.section-description .title img, .section-description .title svg {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
height: 50px;
color:#459390;
}