body.widget-snippet .fuji-area .content .right-part .text {
  position: relative;
  content: '';
  top: unset;
  left: unset;
  transform: unset;
  margin-top: 65px;
}
body.widget-snippet .fuji-area .content {
  padding: 100px 0;
}
.widget-snippet .fuji-area {
  width: 100%;
  background: #F4F4F4;
}
.widget-snippet .fuji-area .content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.widget-snippet .fuji-area .content .left-part {
  width: 25%;
  padding-right: 90px;
}
.widget-snippet .fuji-area .content .right-part {
  width: 75%;
  position: relative;
}
.widget-snippet .fuji-area .content .right-part .text{
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.widget-snippet .fuji-area .content .right-part .text h6 {
  font-size: 42px;
line-height: 50px;
color: #0F1E32;
font-weight: 600;
max-width: 750px;
font-family: 'Work Sans';
text-transform: uppercase;
  
}
@media (max-width: 1500px){
.widget-snippet .fuji-area .content {
  max-width: 1280px;
}
  .widget-snippet .fuji-area .content .right-part .text h6 {
  font-size: 40px;
  line-height: 48px;
}
}
@media (max-width: 1300px){
.widget-snippet .fuji-area .content {
  max-width: 1200px;
}
}
@media (max-width: 1200px){
.widget-snippet .fuji-area .content {
  max-width: 980px;
padding: 30px 0 0 0;
}
.widget-snippet .fuji-area .content .left-part {
  padding-right: 50px;
}
.widget-snippet .fuji-area .content .right-part .text h6 {
  font-size: 32px;
  line-height: 40px;
  max-width: 560px;
}
}
@media (max-width: 991px){
.widget-snippet .fuji-area .content {
  max-width: 730px;
  padding:0;
}
.widget-snippet .fuji-area .content .left-part {
  padding-right: 30px;
  width: 30%;
}
.widget-snippet .fuji-area .content .right-part {
  width: 70%;
}
.widget-snippet .fuji-area .content .right-part .text h6 {
  font-size: 28px;
  line-height: 32px;
}
}
 @media (max-width: 767px){
.widget-snippet .fuji-area .content {
  width: 100%;
  display: flex;
  padding: 10px 20px 0 20px;
}
.widget-snippet .fuji-area .content .left-part {
  padding-right: 0;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.widget-snippet .fuji-area .content .right-part {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-bottom: 15px;
}
.widget-snippet .fuji-area .content .right-part .text {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
}
.widget-snippet .fuji-area .content .right-part .text h6 {
  font-size: 20px;
  line-height: 25px;
}
}
