* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .background {
    position: absolute;
    width: 1920px;
    height: 1080px;
    background: url(../assets/bg_deporte.png);
    background-repeat: no-repeat;
    overflow: hidden;
  }

  .logo{
    position: absolute;
    background: url(../assets/logo.png);
    width: 275px;
    height: 263px;
    object-fit: cover;
    z-index: 1;
  }

  .image-section {
    position: absolute;
    width: 1005px;
    height: 1070px;
    border-radius: 0% 90% 100% 0%;
    left: -30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .title-section {
    position: absolute;
    width: 900px;
    height: 235px;
    top: 110px;
    left: 910px;
  }

  .title-section .title {
    display: -webkit-box;
    position: absolute;
    font-family: 'Nunito', sans-serif;
    color: #FFFFFF;
    font-size: 113px;
    text-align: right;
    line-height: 120%;
    right: 35px;
    margin-top: 0px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .text-section {
    position: absolute;
    width: 760px;
    height: 407px;
    top: 395px;
    left: 1026px;
  }

  .text-section .description {
    font-size: 40px;
    color: #000000;
    margin-top: 20px;
    text-align: right;
  }
