.box-title1, .box-title2 {
  position: relative;
  padding: 0.625rem 1rem;
  max-width: 280px;
}
.box-title1 {
  margin-bottom: 15px;
  margin-left: 15px;
}
.box-title2 {
  margin-left: 30px;
}
.box-title1::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: -8px;
  height: 15px;
  width: 100%;
  background: #4DC0FF;
  transform: skewX(45deg);
}
.box-title1::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 100%;
  height: 100%;
  width: 15px;
  background: #4B24B4;
  transform: skewY(45deg);
}
.box-title2::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: -8px;
  height: 15px;
  width: 100%;
  background: #4DC0FF;
  transform: skewX(45deg);
}
.box-title2::after {
  content: "";
  position: absolute;
  top: -16px;
  right: 100%;
  height: 100%;
  width: 30px;
  background: #4B24B4;
  transform: skewY(45deg);
}

.border-radius-cover {
  height: 172px;
  width: 172px;
  object-position: right;
}

@media (min-width: 768px) {
  .border-radius-cover{
    height: 182px;
    width: 182px;
    object-position: right;
    float: right;
  }
}