@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Source+Sans+Pro:wght@400;700&display=swap');

.sharp__main {
    font-family: 'Source Sans Pro', 'Roboto', 'Roboto Condensed', "Segoe UI", Arial, sans-serif;
    font-size: 20px;
    color: #141414;
    line-height: 30px;
    background-color: #fff;
}

.sharp__main h2 {
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 0;
}

.sharp__main h3 {
    font-family: 'Roboto Condensed', 'Roboto', 'Source Sans Pro', "Segoe UI", Arial, sans-serif;
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 0;
}

.sharp__main h4 {
    font-family: 'Roboto Condensed', 'Roboto', 'Source Sans Pro', "Segoe UI", Arial, sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0;
}

.sharp__main p {
    margin-bottom: 0;
}

.section__1 {
    background-image: url(./img/img_section_01.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 966px;
}

.section__1 h2 {
    font-size: 60px;
    color: #fff;
    padding-top: 70px;
}

.section__1 .col-sm-6 {
    padding-top: 28%;
}

.section__2 {
    padding: 112px 0 70px;
}

.section__2 .col-sm-6 {
    padding-top: 70px;
}

.section__2 h3 {
    color: #e4022e;
    margin-bottom: 20px;
}

.section__3 {
    background-image: url(./img/img_section_02.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 1082px;
    text-align: center;
}

.section__3 h2 {
    color: #fff;
    padding: 50px 0 30px;
}

.section__3 p {
    font-size: 24px;
    color: #fff;
}

.section__4 {
    padding: 30px 0 60px;
}

.section__4 h2 {
    margin-bottom: 30px;
}

.section__4 h3 {
    text-align: center;
    margin-bottom: 60px;
}

.section__4 h4 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
}

.section__5 {
    padding: 30px 0 60px;
    text-align: center;
}

.section__5 h2 {
    padding-top: 20px;
}

.section__5 p {
    margin: 30px 0;
    padding: 0 12%;
}

.section__5 .row {
    padding-top: 70px;
}

.section__5 .row .col-sm-6 {
    margin-bottom: 20px;
}

.section__5 .row .col-sm-6:nth-child(3) {
    margin-bottom: 0;
}

.section__5 .row .col-sm-6:nth-child(4) {
    margin-bottom: 0;
}

.section__5 .plasmacluster p {
    margin: 50px 0 0;
    padding: 0;
}

.section__6 h2 {
    padding-top: 20px;
}

.section__6 h3 {
    text-align: center;
    margin: 30px 0;
}

.section__6 p {
    text-align: center;
    padding: 0 12%;
}

.section__6 ul {
    padding: 0;
    margin: 100px 0 0;
}

.section__6 ul li {
    list-style: none;
    margin-bottom: 15px;
}

.section__6 ul li:last-child {
    margin-bottom: 0;
}

.section__6 ul li p {
    text-align: left;
    padding: 0;
}

.section__6 .col-sm-6 img {
    margin-bottom: 60px;
}

.section__7 h2 {
    padding-top: 20px;
}

.section__7 p {
    text-align: center;
    margin: 30px 0;
    padding: 0 12%;
}

.section__7 h3 {
    text-align: center;
    margin-bottom: 60px;
}

.section__7 .row {
    padding-left: 145px;
}

.section__7 ul {
    padding: 0;
    margin: 0;
}

.section__7 ul li::marker {
    color: #e4022e;
}

.section__7 ul li p {
    text-align: left;
    margin: 0 0 15px;
    padding: 0;
}

.section__8 {
    padding-top: 45px;
}

.section__8 h2 {
    padding-top: 20px;
}

.section__8 p {
    text-align: center;
    margin: 30px 0;
}

.section__8 .col-sm-6 img {
    border-radius: 30px;
}

.section__8 h4 {
    color: #e4022e;
    margin: 15px 0;
}

.section__8 .col-sm-6 p {
    text-align: left;
    margin: 0;
}

.section__9 {
    padding-top: 90px;
}

.section__9 h2 {
    padding: 20px 0 40px;
}

.section__9 p {
    margin-bottom: 30px;
}

.section__9 p:last-child {
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    
}