.custom-go-card__txt_title{
  background-color: white;
}
.custom-go-card__img_3 {
    border-radius: 0;
    mix-blend-mode: multiply;
}

@media (min-width: 768px) { .module--custom-go-card .module__inner .col {
  padding-right: 60px;
  padding-left: 60px
  }}

@media (max-width: 767px) { .module--custom-go-card .module__inner .col {
  padding-right: 0px;
  padding-left: 0px
  }}

@media (min-width: 768px) and (max-width:1139px) { .custom-go-card--lightmagenta {
    margin-top: 120px;
}}

@media (min-width: 768px) and (max-width:1139px) { .custom-go-card--lightyellow {
    margin-top: 120px;
}}

.custom-go-card--lightbabyblue .custom-go-card__title, .custom-go-card--lightyellow .custom-go-card__title{
    margin-bottom: 15px;
    font-size: 24px;
    text-align: left;
}

.custom-go-card--lightgreen .custom-go-card__title, .custom-go-card--lightmagenta .custom-go-card__title{
    margin-bottom: 15px;
    font-size: 24px;
    text-align: right;
}

@media (max-width:1139px) { .custom-go-card__img_3 {
  width: 50%;
  }

