.f-container {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.f-icon img {
  max-height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid #C6C6C6;
  box-shadow: 3px 3px 3px #C6C6C6;
}

.f-icon {
  width: 25%;
  padding : 0 20px 0 0;
  text-align: center;
  margin-top: -5px;
}

.f-text-box {
  width: 70%;
  padding: 10px;
  box-shadow: 3px 3px 3px #C6C6C6;
  position: relative;
  background: #fff566;
  border-bottom: 4px solid #b8af3e;
  border-radius: 20px;
}

.f-text-box p {
  margin: 0;
  padding: 0;
  line-height: 28px;
}

.f-text-box::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 20%;
  border-top: 15px solid transparent;
  border-right: 15px solid #fff566;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}

@media only screen and (max-width: 769px) {
.f-text-box p {
  line-height: 23px;
  letter-spacing: 1px;
  font-size: 13px;
}
.f-text-box {
  width: 73%;
  }

.f-icon {
  width: 27%;
}
  }


.f-container-r {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.f-icon-r img {
  max-height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 3px 3px 3px #C6C6C6;
}

.f-icon-r {
  width: 25%;
  padding : 0 0 0 20px;
  text-align: center;
  margin-top: -5px;
}

.f-text-box-r {
  width: 70%;
  padding: 10px;
  box-shadow: 3px 3px 3px #C6C6C6;
  position: relative;
  background: #ffc0fa;
  border-bottom: 4px solid #b672b0;
  border-radius: 20px;
}

.f-text-box-r p {
  margin: 0;
  padding: 0;
  line-height: 28px;
}

.f-text-box-r::before {
  content: '';
  position: absolute;
  right: -30px;
  top: 20%;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ffc0fa;
}

@media only screen and (max-width: 769px) {
.f-text-box-r p {
  line-height: 23px;
  letter-spacing: 1px;
  font-size: 13px;
}
.f-text-box-r {
  width: 73%;
  }

.f-icon-r {
  width: 27%;
}
  }