@charset "UTF-8";

section .s_head2 {
    padding: 15px;
    background-color: #f1f8ff;
    margin: 0;
    border: 0 solid;
    margin: 0;
    margin-bottom: 40px;
    color: var(--secondaryColor);
    font-size: var(--font-32);
    line-height: 120%;
    font-weight: 700;
}
section .s_box {
    margin: 0;
    padding: 0;
    width: calc(100% - 480px);
    float: left;
}
section .s_para {
    margin: 0; 
    font-size: var(--font-16);
    line-height: 160%;
    font-weight: 500;
}
section .s_box p:nth-child(1) {
    margin-bottom: 30px;
}

section strong {
    font-size: var(--font-20);
    line-height: 160%;
    font-weight: 700;
}
section .s_rimg {
    float: right;
    margin: 0;
    padding: 0 0 0 200px;
    width: 480px;
}

@media screen and (max-width: 768px) {
   section .s_box {
      float: none !important;
   }
   section .s_rimg {
      float: none !important;
   }
}


section .section_head2 {
    padding: 15px;
    background-color: #f1f8ff;
    margin: 0;
    border: 0 solid;
    margin: 0;
    color: var(--secondaryColor);
    font-size: var(--font-32);
    line-height: 120%;
    font-weight: 700;
}
section .section_box {
    margin: 40px 0px 0px 0px;
}

section .section_rimg_para {
    width: 60%;
    margin: 0;
    font-size: var(--font-16);
    line-height: 160%;
    font-weight: 500;
}

section .section_rimg_para:nth-child(2) {
    margin-bottom: 30px;
}

section .section_rimg_para strong {
  font-size: var(--font-20);
  line-height: 160%;
  font-weight: 700;
}

section .section_rimg {
     margin: 0 120px 0;
}
