section#worry{
  background-color: #232529;
 }
section#worry .wrap{
 
 }
section#worry .wrap h2{  
  color: #e65a31;
  font-weight: bold;
  font-size: 22px;
}
section#worry .wrap h3{  
  color: white;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 50px;
}
 section#worry .wrap .worry2{

 }
section#worry .wrap .worry2::after{
  content: "";
  background-image: url(../img/circle.png);
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  /*! margin-bottom: 30%; */
  background-position-x: 50%;
}
section#worry .wrap .worry2 figure{
  display: flex;
  margin-bottom: 50px;
  gap: 55px;
  position: relative;
 }
section#worry .wrap .worry2 figure img{
   
 }
section#worry .wrap .worry2 figure figcaption{  
  color: white;
  background-color: #36b189;
  width: 450px;
  height: 77px;
  border-radius: 50px;
  line-height: 77px;
  text-align: center;
  font-size: 20px;
 }
section#worry .wrap .worry2 figure figcaption.green{
  background-color: #36b189;
  width: 526px;
}
section#worry .wrap .worry2 figure figcaption.green::before{
  content: "";
  border: 18px solid #6205ed;
  display: block;
  border-top-color: #87484800;
  border-left-color: #bd6c6c00;
  border-bottom-color: #326a9c00;
  border-right-color: #36b189;
  border-left-width: 73px;
  border-right-width: 49px;
  position: absolute;
  top: 50px;
  left: 46px;
  transform: rotate(-24deg);
}
section#worry .wrap .worry2 figure figcaption.puple{
  background-color: #6205ed;
  width: 497px;
}
section#worry .wrap .worry2 figure figcaption.puple::before{
  content: "";
  border: 18px solid #6205ed;
  display: block;
  border-top-color: #87484800;
  border-left-color: #6205ed;
  border-bottom-color: #326a9c00;
  border-right-color: #36b18900;
  border-right-width: 73px;
  border-left-width: 46px;
  position: absolute;
  top: 42px;
  right: 190px;
  transform: rotate(15deg);
}
section#worry .wrap .worry2 figure figcaption.orange{
 background-color: #e65a31;
 width: 647px;
}
section#worry .wrap .worry2 figure figcaption.orange::before{
  content: "";
  border: 18px solid #6205ed;
  display: block;
  border-top-color: #87484800;
  border-left-color: #bd6c6c00;
  border-bottom-color: #326a9c00;
  border-right-color: #e65a31;
  border-left-width: 73px;
  border-right-width: 49px;
  position: absolute;
  top: 50px;
  left: 46px;
  transform: rotate(-24deg);
}