.bingo-template-13 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.bingo-template-13 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.bingo-template-13 .section-container {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.bingo-template-13 .section:nth-child(odd) .section-container {
  background-color: #eff5ff;
  border: 6px solid #9dc9ea;
}

.bingo-template-13 .section:nth-child(even) .section-container {
  background-color: #fefdf9;
  border: 6px solid #fabdbd;
}
.section:nth-child(odd) .section-container .section-number {
  background-color: #1c94e4;
}

.bingo-template-13 .section:nth-child(even) .section-container .section-number {
  background-color: #a4488c;
}
.section:nth-child(odd) .section-container .section-number:after {
  border-left-color: #1c94e4;
}

.bingo-template-13 .section:nth-child(even) .section-container .section-number:after {
  border-left-color: #a4488c;
}

.bingo-template-13 .section-header {
  text-align: center;
}

.bingo-template-13 .section-number {
  padding: 4px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  z-index: 3;
  color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: -6px;
  top: -6px;
}

.bingo-template-13 .section-number:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}

.bingo-template-13 .section-title {
  font-size: 24px;
  font-weight: bold;
  color: #092338;
  margin-bottom: 0;
}

.bingo-template-13 p{
  font-size: 20px;
  margin-top: 10px;
}

.bingo-template-13 .process-flow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.bingo-template-13 .process-item {
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  flex: 1;
  min-width: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
}

.bingo-template-13 .section:nth-child(odd) .process-item {
  background-color: #4a90e2;
}

.bingo-template-13 .section:nth-child(even) .process-item {
  background-color: #e1a0b0;
}

.bingo-template-13 .process-item span {
  font-size: 14px;
  color: #000;
}

.bingo-template-13 .process-item:nth-child(1):after {
  content: "A";
}
.process-item:nth-child(2):after {
  content: "B";
}
.process-item:nth-child(3):after {
  content: "C";
}
.process-item:nth-child(4):after {
  content: "D";
}
.process-item:nth-child(5):after {
  content: "E";
}

.bingo-template-13 .process-item:after {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 35px;
  height: 35px;
  background: #fff;
  border: 2px solid #4a90e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.bingo-template-13 .section:nth-child(odd) .process-item:after {
  border-color: #4a90e2;
  color: #4a90e2;
}

.bingo-template-13 .section:nth-child(even) .process-item:after {
  border-color: #e1a0b0;
  color: #e1a0b0;
}

.bingo-template-13 .process-item h5 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}

.bingo-template-13 .process-item small {
  font-size: 16px;
  color: #fff;
  border-top: 1px solid #fff;
  padding: 10px 0;
  display: block;
  width: 100%;
  text-align: center;
}

.bingo-template-13 .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.bingo-template-13 .arrow {
  text-align: center;
  color: #4a90e2;
  font-size: 24px;
  margin: 20px 0;
}

.bingo-template-13 .img-box {
  position: absolute;
  top: -50px;
  right: -20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eff5ff;
  border: 6px solid #9dc9ea;
}

.bingo-template-13 .section:nth-child(odd) .img-box {
  background-color: #eff5ff;
  border: 6px solid #9dc9ea;
}

.bingo-template-13 .section:nth-child(even) .img-box {
  background-color: #fefdf9;
  border: 6px solid #fabdbd;
}


.bingo-template-13 .img-box img {
  width: 40px;
  height: 40px;
}

.bingo-template-13 .dots {
  display: flex;
  align-items: center;
  margin: 20px 0;
  flex-direction: column;
}

.bingo-template-13 .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 5px 0;
  background-color: #9dc9ea;
}
.bingo-template-13 .section:nth-child(odd) .dot {
  background-color: #9dc9ea;
}

.bingo-template-13 .section:nth-child(even) .dot {
  background-color: #e1a0b0;
}


@media screen and (max-width: 768px) {

  .bingo-template-13 .section-container{
    padding: 40px 20px;
  }

  .bingo-template-13 .img-box{
    position: initial;
    margin: 20px auto;
  }

}