.main-screen__content {
   position: relative;
   padding-left: 171px;
   padding-top: 80px;
   padding-bottom: 106px;
   width: 100%;
   border-radius: 0 0 200px 200px;
   background: #EEEDFB;
   z-index: 5;
}
.main-screen {
   position: relative;
}
.main-screen::before {
   content: '';
   position: absolute;
   right: 136px;
   bottom: 113px;
   width: 460px;
   height: 460px;
   background: url(/images/main-screen/main-screen-image2.png) no-repeat;
   background-size: contain;
   z-index: 10;
}

.title {
   margin-bottom: 40px;
   font-style: normal;
   font-weight: 500;
   font-size: 60px;
   line-height: 72px;
   color: #2A2D33;
}

.title__key {
   font-style: normal;
   font-weight: 800;
   font-size: 60px;
   line-height: 72px;
   color: #645CE0;
}

.service-block__description {
   margin-bottom: 60px;
}

.description {
   font-style: normal;
   font-weight: 400;
   font-size: 20px;
   line-height: 32px;
   color: #000000
}

.try-btn {
   width: 300px;
   height: 55px;
   background: #645CE0;
   border-radius: 5px;
   color: #FFFFFF;
   font-style: normal;
   font-weight: 700;
   font-size: 18px;
   line-height: 22px;
   cursor: pointer;
}

.mobile-tablet {
   display: none;
}

.mobile-phone {
   display: none;
}

@media (max-width: 1400px) {
   .main-screen::before {
      width: 260px;
      height: 260px;
      right: 60px;
      bottom: 40px;
   }
}

@media(max-width: 1024px) {

   .mobile-tablet {
      display: block;
   }

   .main-screen__content {
      padding-top: 40px;
      padding-left: 30px;
      padding-bottom: 40px;
      border-radius: 0px 0px 50px 50px;
   }

   .title {
      margin-bottom: 20px;
      font-style: normal;
      font-weight: 500;
      font-size: 34px;
      line-height: 41px;
      color: #2A2D33;
   }

   .title__key {
      font-style: normal;
      font-weight: 800;
      font-size: 34px;
      line-height: 41px;
      color: #645CE0
   }

   .service-block__description {
      margin-bottom: 40px;
   }

   .description {
      margin-bottom: 10px;
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 22px;
      color: #000000;
   }
}

@media(max-width: 768px) {

   .mobile-tablet {
      display: none;
   }

   .mobile-phone {
      display: block;
   }

   .main-screen.container {
      padding: 0;
   }

   .main-screen::before {
      width: 160px;
      height: 160px;
      right: 20px;
      bottom: 95px;
   }

   .title {
      font-style: normal;
      font-weight: 500;
      font-size: 22px;
      line-height: 26px;
      color: #2A2D33;
   }

   .title__key {
      font-style: normal;
      font-weight: 800;
      font-size: 22px;
      line-height: 26px;
      color: #645CE0;
   }

   .service-block__description {
      margin-bottom: 166px;
   }

   .description:nth-child(3) {
      margin-bottom: 0;
   }

}
