﻿.ut_main_container{
  display: flex;
  flex-direction: column;
  justify-content : center;
  align-items: center;
  /* width: 378px; */
  gap: 24px;
}

.ut_img{
  width: 212.086px;
  height: 149.999px;
  aspect-ratio: 212.09 / 150;
}

.ut_text_container{
  align-self: stretch;
}

.ut_text{
  color: var(--dark-gray, #20272D);
  font-family: 'Dubai', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 820px) {
  .break-text {
    display: block;
    width: 60%;
    text-align: center;
    word-break: break-word;
    white-space: normal;
    margin: 0 auto;
    font-size: 28px;
  }
}


.ut_btn{
  border-radius: 8px;
  background: var(--primary, #C0392B);
  width: 212.086px;
  color: var(--white, #FFF);
  font-family: var(--font-family, Dubai);
  font-size: var(--font-size-body, 16px);
  font-style: normal;
  line-height: 150%; /* 24px */
}