.about .read-more::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #f2eb29;
  width: 25%;
  height: 100%;
}

.btn__txt{
  text-shadow: 2px 2px 1px #1952a1;
}

    .swiper {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .swiper-slide {
      background-position: center;
      background-size: cover;
      max-width: 400px;
      height: 560px;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
    }

    .text-1952a1{
      color: #1952a1;
    }

    .text-f2eb29{
      color: #f2eb29;
    }
    .bg-f2eb29{
      background: #f2eb29;
    }
    .bg-1952a1{
      background: #1952a1;
    }

    .shadow_custom{
      box-shadow: 2px 2px 3px #f2eb29;
    }