.custom-banner-group {
  padding-top: 180px;
}

.custom-banner-group .text-img-round__wrapper {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80%;
  position: relative;
}

.custom-banner-group .text-img-round__content {
  margin-top: 32px;
}

.custom-banner-group .text-img-round__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.custom-banner-group .view-image-lottie {
  width: 100%;
  height: 100%;
}

.custom-banner-group .atom-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.custom-banner-group .atom-image{
  overflow:hidden;
  width: 100%;
  height: 100%;
}

.text-img-round__content h3 {
  margin: 0;
}


.custom-banner-group .content-desc {
  margin-top: 32px;
}
.custom-banner-group .content-desc p {
  margin: 0;
  line-height: 1.6666666667;
}

.custom-banner-group .content-desc p {
  font-size: 1rem;
}

.custom-banner-group .content-btn a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 16px;
  transition-timing-function: ease-out;
  transition-duration: .2s;
  transition-property: background-color,color;
  white-space: nowrap;
  color: #fff;
  border: 1px solid #e84b1e;
  border-radius: 26px;
  background-color: #e84b1e;
  box-shadow: none;
  line-height: 1.4285714286;
  -ms-flex-align: center;
  align-items: center;
  font-size: .875rem;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.custom-banner-group .content-btn a {
  margin-right: 15px;
  margin-bottom: 15px;
}

.custom-banner-group .content-btn a:hover {
  color: #e84b1e;
  background-color: #fef4f2;
}
.custom-banner-group .content-btn {
  margin-bottom: -15px;
  margin-top: 32px;
}

@media screen and (min-width: 48rem){
  .custom-banner-group .text-img-round__content {
    -ms-flex-order: 1;
    order: 1;
    width: 60%;
    margin-top: 0;
  }
  .custom-banner-group .grid {
    align-items: center;
  }

  .custom-banner-group .text-img-round__wrapper {
    width: 40%;
    margin-right: 0;
    margin-left: 0;
    padding-top: 20.5847953216%;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 64rem){
  .custom-banner-group {
    padding-top: 236px;
  }

  .custom-banner-group .content-desc p {
    font-size: 1.125rem;
  }
  .custom-banner-group .text-img-round__content h3 {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 80rem){
  .custom-banner-group .text-img-round__wrapper {
    margin-right: 0;
    margin-left: 5%;
    padding-top: 23.1578947368%;
    width: 45%;
  }


  .custom-banner-group .text-img-round__content {
    width: 50%;
  }
}