@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Roboto';
	font-size: 16px;
}

* {
	box-sizing: border-box;
}

img {
    max-width: 100%;
   
}

.modern_plateform_section {
    padding: 70px 0 56px;
}
.modern_plateform_section img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.modern_plateform_section .headline-text h2 {
    font-family: 'Roboto';
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
    text-align: center;
    color: #343741;
    margin: 0 0 23px;
}
.modern_plateform_section p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    color: #343741;
    text-align: center;
    margin: 0 0 20px;
}

.modern_plateform_section .read-full-study .text-link {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    text-decoration: none;
    color: #18cb96;
}
.read-full-study {
    text-align: center;
    margin: 40px 0 0;
}


@media only screen and (max-width: 799px) {
.modern_plateform_section .headline-text h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 43px;
}
.modern_plateform_section {
    padding: 20px 0 18px;
}
}