*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: serif;
}
.main-bg{
    width: 100%;
    height: 100vh;
    position: fixed;
    background: linear-gradient(-40deg, #ffe8ce 0%, #fbb8a0 100%);
    z-index: 8;
    opacity: 0.8;
}

img{
    height: auto;
}
@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
.bg-img{
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
}
.bg-img > p{
    position: absolute;
    top: 5%;
    left: 140%;
    font-size: 115px;
    width: 100%;
    line-height: 200px;
    color: rgb(186, 186, 186);
    transform: rotate(5deg);
    text-align: center;

}
.bg-left-img{
    display: block;
    height: 100vh;
	width: 100%;
}
.container{
    max-width: 660px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.logo{
    width: 30%;
    height: auto;
    position: absolute;
    top: 15px;
    left: 95%;
    transform: translate(-95%);
}
.fv-img{
    width: 100%;
    display: block;
}
/*coupon*/
.coupon .coupon_wrap{
background: #ff8997;
    padding: 30px 15px;
	color: #fff;
}
.coupon h2 {
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 70%;
    margin: 0 auto 30px;
    font-size: 28px;
    position: relative;
    padding-bottom: 20px;
}
.coupon h2 span {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%);
    background-color: #ff8997;
    font-size: 22px;
    width: 75%;
}
.coupon .coupon_wrap img {
width: 100%;
height: auto;
}
.coupon p {
font-size: 12px;
line-height: 1.3;
}
.coupon .section3-btn-img-wrapper {
background: #fff;
    margin: 0;
    padding: 30px 30px;
}
.coupon_code {
position: relative;
}
.code_btn {
    position: absolute;
    width: 80%;
    top: 60%;
    left: 49%;
    transform: translateX(-50%);
}
#coupon:hover {
opacity: 0.8;
}
/*section2*/
.section2{
    background-color: #fffdf1;
}
.section2-title-img-wrapper{
    text-align: center;
    padding-top: 50px;
}
.section2-title-img{
    width: 60%;
}
.delivery-img{
    width: 100%;
}
.section2 > p{
    text-align: center;
    color: #F46F86;
    font-size: 22px;
    font-weight: bold;
	    padding-top: 30px;
}
.section2 > p > span{
    font-size: 64px;

}
.section2-btn-area{
    display: flex;
    justify-content: center;
}
.section2-btn-area > div{
    padding: 5px 15px;
    border: 2px solid #f56f87;
    color: #f56f87;
    border-radius: 50px;
    background: #fff;
    margin: 15px;
    font-size: 18px;
    text-align: center;
    width: 35%;
}
.section2 > ul{
text-align: center;
    list-style: none;
    margin-top: 10px;
    font-size: 12px;
    padding: 0 30px;
}
.delivery-text-area{
    text-align: center;
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.delivery-text-area span{
    display: block;
    background: #f56f87;
    color: #fff;
    font-size: 22px;
    padding: 5px 10px;
    border-radius: 50px;
    width: 50%;
    margin: 0 auto 15px;
}
.medical-diet-img{
    width: 100%;
}
.section8-item > p.aten_text {
    font-size: min(calc(12/750*100vw), 0.7rem)!important;
    margin-top: -20px;
    margin-bottom: 30px;
}
/*section3*/
.section3{
    padding: 50px 30px;
    background-color: #fff;
}
.section3-item-img-wrapper{
    text-align: center;
}
.section3-item-img{
    width: 80%;
    height: auto;
}
.section3-btn-img-wrapper{
    text-align: center;
    margin: 30px 0 15px;
}
.section3-btn-img{
    width: 90%;
	height: auto;
    cursor: pointer;
}
.section3-btn-img:hover{
    opacity: 0.8;
}
.section3 p{
    text-align: center;
    font-size: 18px;
    color: #f57087;
    font-weight: bold;
}
/*section4*/
.section4{
    background: #fae7eb;
    padding: 50px 30px;
    position: relative;
}
.section4 > div{
    border: 1px solid #c4203e;
    text-align: center;
    padding: 50px 0;
    color: #c4203e;
}
.section4-title-img{
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%,-5%);
    background: #fae7eb;
}
.section4-first-text{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}
.section4-second-text{
    font-size: 18px;
}
/*section5*/
.section5{
    background-color: #fff;
}
.section5 > div:first-child{
    background-image: url("../imgs/section5-bg-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 30px;

}
.section5 h2{
    text-align: center;
    color: #315890;
    border-bottom: 1px solid #315890;
    width: 50%;
    margin: 0 auto;
    font-size: 28px;
    position: relative;
    padding-bottom: 15px;
}
.section5 h2 span{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%);
    background-color: #F0F5FC;
    font-size: 22px;
    width: 40%;
}
.section5 > div:first-child > p{
    margin: 50px 0;
    text-align: center;
    background-image: url("../imgs/section5-icon-img.png");
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center center;
    font-size: 20px;
}
.case-img-wrapper{
    text-align: center;
}
.case-img{
    width: 90%;
    height: auto;
}
.section5 > div:nth-child(2){
    padding: 50px 30px;
}
.section5 > div:nth-child(2) h3{
    text-align: center;
    color: #F18028;
    font-size: 28px;
    background-image: url("../imgs/section5-title-bg-img.png");
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center;
    line-height: 1.3;
}
.section5 > div:nth-child(2) h3 .font-color{
    color: #000;
}
.section5 > div:nth-child(2) h3 .font-size{
    font-size: 63px;
}
/*section6*/
.about-glp1 .about-glp1-bg-img{
    width: 100%;
    margin-top: 30px;
}
.about-glp1{
    position: relative;
}
.about-glp1 p{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%,-10%);
    font-size: 18px;
    width: 100%;
    text-align: center;
    line-height: 35px;
}
.about-glp1 p .title{
    font-size: 28px;
    text-decoration: underline 5px #fff;
    display: block;
}
.about-glp1 p .font-color{
    color: #f1752a;
    font-weight: bold;
}
.about-glp1 p .font-bold{
    font-weight: bold;
}
.about-gpl1-img-wrapper{
    text-align: center;
    margin-top: 30px;
}
.about-gpl1-img{
    width: 70%;
    height: auto;
}
.about-glp1 > ul{
    list-style: none;
    margin-top: 30px;
}
.about-glp1 > ul > li{
    display: flex;
    align-items: center;
    border-bottom: 2px solid #f8dcaa;
    padding: 15px 0;
    font-size: 20px;
}
.about-glp1 > ul .border-top{
    border-top: 2px solid #f8dcaa;
}
.about-glp1 > ul > li > div:first-child{
    display: flex;
    align-items: center;
    justify-content: center;
}
.check-icon{
    width: 50%;
    height: auto;
}
.glp1-img-wrapper{
    position: relative;
    padding-top: 50px;
}
.glp1-img{
    width: 100%;
}
.glp1-ball-img{
    position: absolute;
    top: 5%;
    left: 95%;
    transform: translate(-95%,-5%);
}
.section6{
    background-image: linear-gradient(90deg, #fdfbfb 0%, #f3fafd 100%);
    padding: 50px 30px;
}
.section6 > p{
    text-align: center;
    margin: 30px 0;
    font-size: 20px;
}
.section6 > p span{
    text-decoration: underline #FCCCC5 5px;
}
.about-dmm-contents{
    border: 2px solid #fde5e9;
    text-align: center;
    margin: 30px auto;
    width: 80%;
}
.about-dmm-contents-item{
    padding: 40px 80px;
    border-bottom: 2px solid #fde5e9;
    font-size: 18px;
    font-weight: bold;
    line-height: 2rem;
    background-color: #fff;
}
.about-dmm-contents-item span{
    color: #f56f87;
}
.about-dmm-contents > div:first-child{
    background-image: url("../imgs/about-dmm-bg-img.png");
    background-repeat: no-repeat;
    background-size: 25%;
}
.about-dmm-contents > div:nth-child(2){
    background-image: url("../imgs/about-dmm-bg-img2.png");
    background-repeat: no-repeat;
    background-size: 25%;
}
.about-dmm-contents > div:nth-child(3){
    background-image: url("../imgs/about-dmm-bg-img3.png");
    background-repeat: no-repeat;
    background-size: 25%;
}
.border-bottom-none{
    border-bottom: none;
}
/*section7*/
.section7-img{
    width: 100%;
    height: auto;
    display: block;
}
/*section8*/
.section8{
    padding: 50px 30px;
    background: #faf6e7;
}
.dmm-img-wrapper{
    text-align: center;
}
.section8 .dmm-img{
    width: 30%;
    height: auto;
}
.section8 > div:nth-child(2){
    background-image: linear-gradient(-90deg, rgba(242, 158, 38, 0.99608) 0%, #f1752a 100%);
    width: 60%;
    text-align: center;
    margin: 30px auto;
    padding: 5px 0;
    color: #fff;
    border-radius: 25px;
    font-size: 20px;
}
.section8 > div:nth-child(3){
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f1762a;
    font-weight: bold;
    font-size: 36px;
}
.section8 > div:nth-child(3) > div:first-child{
    font-size: 100px;
    transform:rotate(8deg);

}
.section8 > div:nth-child(3) > div:nth-child(2) span{
    font-size: 48px;
    text-decoration:  underline double 2px #f1762a;
}
.section8-item{
    background-color: #fff;
    padding: 90px 25px 25px;
    text-align: center;
    position: relative;
    margin-top: 30px;
}
.section8-item-num{
    background: #f2a331;
    color: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: -2%;
    left: 50%;
    transform: translate(-50%,2%);
}
.section8-item-num > div > div:nth-child(2){
    font-size: 38px;
    font-weight: bold;
}
.section8-item > div > h3{
    color: #f1762a;
    font-size: 24px;
    margin-bottom: 30px;
}
.section8-item1-img{
    width: 100%;
    height: auto;
}
.section8-item1-ball-img-wrapper{
    text-align: center;
    margin: 30px 0 0;
}
.section8-item1-ball-img{
    width: 40%;
    height: auto;
}
.section8-item > p{
    font-size: 18px;
    margin-top: 30px;
}
.section8-item > p > span{
    color: #f1762a;
    font-weight: bold;
}
.section8-item-flex{
    display: flex;
    margin: 30px 0;
}
.section8-item-flex > div{
    flex: 30%;
    padding: 10px;
}
.section8-item-flex > div > div{
    font-weight: bold;
}
.section8-item-icon{
    width: 100%;
    height: auto;
}
.section8-item-icon4,
.section8-item-icon5{
    width: 60%;
    height: auto;
}
.under-arrow-text{
    background-image: linear-gradient(161deg, rgba(242, 158, 38, 0.99608) 0%, #f1752a 100%);
    color: #fff;
    width: 80%;
    margin: 30px auto;
    padding: 5px;
    font-size: 22px;
    font-weight: bold;
}
.section8-item2-flex{
    display: flex;
    margin: 30px 0;
    justify-content: space-around;
}
.section8-item2-flex > div{
    background-image: linear-gradient(178deg, #82d1c5 0%, #c3dce2 100%);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}
.item3{
    width: 40%;
    border-radius: 25px;
}
.section8-item3-flex{
    display: flex;
    margin: 30px 0;
    align-items: center;
}
.section8-item3-flex > div{
    padding: 10px;
}
.section8-item3-flex .text-color{
    color: #f1762a;
    font-weight: bold;
}
.section8-item3-arrow-icon{
    width: 100%;
}
/*section10*/
.section10{
    background-color: #FAFAFA;
    padding: 50px 30px;
}
.section10 h2{
    text-align: center;
    position: relative;
    border-bottom: 1px solid #2a2a2a;
    width: 40%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.section10 h2 span{
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%);
    background-color: #FAFAFA;
    padding: 0 5px;
    width: 50%;
    font-size: 18px;
}
.section10 > h3{
    text-align: center;
    margin-top: 50px;
}
.section10-icon{
    display: block;
    margin: 30px auto;
    width: 45%;
    height: auto;
}
.section10 > p{
    text-align: center;
}
/*section11*/
.section11{
    background-color: #FAFAFA;
    text-align: center;
}
.section11-img{
    width: 100%;
    height: auto;
}
.about-r-text{
    margin: 30px auto;
    font-size: 22px;
}
.section11-title-img{
    display: block;
    width: 40%;
    height: auto;
    margin: 0 auto 30px;
}
.about-r-text2{
    font-size: 18px;
}
.section11-img2{
    width: 80%;
    height: auto;
}
.section11-flex{
    display: flex;
    width: 80%;
    height: auto;
    margin: 30px auto 0;
    padding-bottom: 30px;
}
.section11-icon{
    width: 80%;
    height: auto;
}
/*section12*/
.section12{
    background-color: #FAFAFA;
    padding: 50px 30px;
}
.section12 > h2{
    text-align: center;
    position: relative;
    border-bottom: 1px solid #2a2a2a;
    width: 40%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.section12 > h2 span{
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%);
    background-color: #FAFAFA;
    padding: 0 5px;
    width: 50%;
    font-size: 18px;
}
.section12 > h3{
    text-align: center;
    margin: 30px 0;
}
.price-img{
    width: 100%;
}
.section12 > p{
    font-size: 12px;
    margin-bottom: 5px;
}
.section12 > h4{
    margin-top: 30px;
    font-size: 14px;
}
.section12-plan img {
width: 100%;
height: auto;
}
.section12 > ul > li{
    list-style: none;
    margin-top: 5px;
    font-size: 12px;
}
.section12 img {
width: 100%;
height: auto;
}
.section12 > div.coupon_text {
width: 80%;
    margin: 0 auto 30px;
}
@media screen and (max-width: 750px) {
.section12 > div.coupon_text {
width: 100%;
}
}
.section12 > p.plan-ttl {
width: 70%;
    margin: 40px auto 10px;
}
.box-contents {
  display: none;
}
.plan-box {
  width: 94%;
  margin: 0 auto;
  background: #07a96d;
  border-radius: 35px;
}
.plan-box .box-ttl {
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.plan-box .box-ttl.open {
  border-radius: 35px 35px 0 0;
}
.plan-box .box-ttl::before {
  content: 'もっとみる';
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.plan-box .box-ttl.open::before {
  content: 'とじる';
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.plan-box .box-ttl::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-bottom: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 48%;
  right: 26px;
  margin-top: -6px;
  transform: rotate(45deg);
}
.plan-box .box-ttl.open::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  border-bottom: none;
  transform: rotate(-45deg);
}
.plan-box .box-contents {
  padding: 10px;
  background: #07a96d;
  border-radius: 0 0 35px 35px;
}
.plan-box .box-contents img:last-child {
border-radius: 0 0 25px 25px;
}

.plan-box .plan-detail{
  padding: 5% 2%;
  background-color: #ffffff;
  border-radius: 25px 25px;
}

.point-area{
    margin-top: 50px;
    text-align: center;
}
.point-title-area{
    background-image: url("../imgs/point-title-icon.png");
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: 0% 0%;
    height: 220px;
    padding-top: 30px;
    font-weight: bold;
    font-size: 24px;
}
.point-title-area .under-line{
    border-bottom: 1px solid #000;
}
.point-title-area .bg-color{
    background-image: linear-gradient(180deg, rgba(238, 89, 115, 0.9) 0%, rgba(245, 111, 135, 0.9) 100%);
    color: #fff;
    padding: 3px;
    display: block;
    width: 45%;
    margin: 20px auto 0;
    font-weight: bold;
    font-size: 28px;
}
.point-icon{
    width: 40%;
    height: auto;
    display: block;
    margin: 20px auto;
    margin: 20px auto;
}
.point-area > p{
    font-size: 18px;
    margin: 30px 0;
}
.point-title-area2{
    background-image: url("../imgs/point-title-icon2.png");
}
.plan-area{
    display: flex;
    flex-wrap: wrap;

}
.plan-area > div{
    flex: 100%;
    text-align: center;
    
}
.plan-area > div > div:first-child{
    color: #f56f87;
    background: #fff;
    border: 2px solid #f56f87;
    margin: 10px auto;
    height: 100px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: relative;
    font-weight: bold;
    font-size: 18px;
    height: 80px;
}
.plan-area > div > div:first-child:hover{
    opacity: 0.7;
    cursor: pointer;
}
.plan-button::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 85%;
    width: 13px;
    height: 13px;
    border-top: 2px solid #f56f87;
    border-right: 2px solid #f56f87;
    transform: rotate(45deg);
}
.plan-img-wrapper{
    display: none;
}
.plan-img{
    width: 80%;
}
.price-pc-img{
    width: 100%;
    height: auto;
}
.price-sp-img{
    display: none;
}
/*section13*/
.section13{
    background-image: linear-gradient(90deg, #ffffff 0%, #fffcf3 20%, #fff9e7 100%);
    padding: 50px 30px;
}
.section13 > h2{
    text-align: center;
    position: relative;
    border-bottom: 1px solid #2a2a2a;
    width: 40%;
    margin: 0 auto;
    padding-bottom: 20px;
    color: #f1772a;
}
.section13 > h2 span{
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%);
    background-color: #FFFAEC;
    padding: 0 5px;
    width: 50%;
    font-size: 18px;
}
.section13 > h3{
    text-align: center;
    margin-top: 50px;
}
.step1-item{
    margin-top: 30px;
}
.step-title > div:first-child{
    background: #f1772a;
    color: #fff;
    width: 20%;
    text-align: center;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}
.step-title > div:nth-child(2){
    background-color: #fff;
    padding: 15px;
    text-align: center;
    border: 1px solid #f1772a;
    border-radius: 0px 5px 5px 5px;
}
.step-img{
    width: 80%;
    height: auto;
    display: block;
    margin: 30px auto;
}
.step1-item > p{
    text-align: center;
}
.step1-item > p.aten_text {
    font-size: min(calc(12/750*100vw), 0.7rem) !important;
    margin-bottom: 50px;
}
.section13 > ul{
    margin-top: 30px;
    font-size: 14px;
    list-style: none;
}
.section13 > ul > li{
    margin-top: 5px;
}
.regular-title{
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
  }
  .regular-title1{
    margin-top: 10px;
  }
  .regular-text{
    margin: 10px 0;
    font-size: 14px;
  }
  .delivery-table{
    margin: 10px;
  }
  .table{
    width: 100%;
    text-align: center;
    font-size: 13px;
    border-radius: 10px;
  }
  .table th{
    padding: 10px;
    color: #fff;
    background-color: rgb(238, 166, 179);
  }
  .body-head{
    color: #fff;
    background-color: rgb(238, 166, 179);
  }
  .body-item{
    padding: 5px;
    background-color: #efefef;
  }
/*section14*/
.section14{
    background-image: linear-gradient(90deg, #ffffff 0%, #fffcf3 20%, #fff9e7 100%);
    padding: 50px 30px;
}
.section14 > h2{
    text-align: center;
    position: relative;
    border-bottom: 1px solid #2a2a2a;
    width: 40%;
    margin: 0 auto;
    padding-bottom: 20px;
    color: #f1772a;
}
.section14 > h2 span{
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%);
    background-color: #FFFAEC;
    padding: 0 5px;
    width: 70%;
    font-size: 18px;
}
.accordion {
    position: relative;
    width: 90%;
    margin: 50px auto 0;
  }
.accordion-title {
    cursor: pointer;
    padding: 10px 30px 10px 20px;
    position: relative;
    border-top: 2px solid #F8DCAA;
    font-size: 18px;
}
.accordion-title span{
    color: #f1772a;
    margin-right: 10px;
    vertical-align: top;
}
.accordion-content {
    display: none;
    padding: 10px 20px;
}
.accordion-content p {
    font-size: 16px;
    line-height: 1.5;
    background: #fcf2e0;
    padding: 15px;
    border-radius: 15px;
}
.accordion-title::after {
    border-right: solid 3px #f1772a;
    border-top: solid 3px #f1772a;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
}
.accordion-title.open::after {
    top: 45%;
    transform: rotate(-45deg);
}
.border-bottom{
    border-bottom: 2px solid #F8DCAA;
}
.section9 > .about-dmm-text{
    font-size: 10px;
    margin-top: 20px;
    text-align: center;
}
.fixed-button-wrapper{
    position: fixed;
    bottom: 0;
    background-color: #fff;
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    z-index: 5;
    text-align: center;
    padding: 25px 0;
}
.fixed-button-wrapper button{
    background: #f46d86;
    color: #fff;
    border: none;
    padding: 5px;
    border-radius: 25px;
    width: 70%;
    font-size: 28px;
    font-weight: bold;
}
.fixed-button-wrapper button:hover{
    opacity: 0.8;
    cursor: pointer;
}

/*aten*/
.aten {
    background-color: #FAFAFA;
    padding: 50px 30px;
}
.aten ul li{
    list-style: none;
    margin-top: 5px;
    font-size: 12px;
}
.aten h4{
    margin-top: 30px;
    font-size: 14px;
}


/*footer*/
footer{
    background: #ececec;
    padding: 30px 0 130px;
    font-size: 14px;
}
footer ul{
    text-align: center;
}
footer ul li{
    list-style: none;
    display: inline;
    margin: 10px;
}
@media screen and (max-width:750px) {
    .price-pc-img{
        display: none;
    }
    .price-sp-img{
        display: block;
        width: 100%;
		height: auto;
    }
    .about-glp1 p {
        line-height: 30px;
    }
    footer{
        font-size: 12px;
    }
    .section5 > div:first-child > p{
        margin: 50px 0;
        text-align: center;
        background-image: url("../imgs/section5-icon-img.png");
        background-repeat: no-repeat;
        background-size: 70%;
        background-position: center center;
        font-size: 13px;
    }
    .section4-second-text {
        font-size: 14px;
    }
}