* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .background {
    position: absolute;
    width: 1080px;
    height: 1920px;
    background: url(../assets/bg_deporte.png);
    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: 1200px;
    height: 855px;
    border-radius: 0% 0% 50% 50%;
    left: -50px;
    padding: 0px 0px 0px 49px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .title-section {
    position: absolute;
    width: 830px;
    height: 129px;
    background-color: #ED6F11;
    border-radius: 27px;
    top: 993px;
    left: 155px;
  }
  
  .title-section .title {
    display: -webkit-box;
    font-family: 'Nunito', sans-serif;
    color: #FFFFFF;
    font-size: 98px;
    text-align: center;
    line-height: 1.1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .text-section {
    position: absolute;
    width: 873px;
    height: 407px;
    top: 1195px;
    left: 144px;
  }

  .text-section .description {
    font-size: 40px;
    color: #000000;
    margin-top: 20px;
    text-align: left;
  }