@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
.title-and-image-wrapper{
    max-width: 1920px;
    background-color: #FFFFFF;
    margin: 0 auto;
    /* height: 100vh;  */
    padding: 0px 280px 80px;
}
.title-and-image-wrapper .holder{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
}
.title-and-image-wrapper .holder .phone-title{
    display: flex;
    align-items: center;
}
.title-and-image-wrapper .holder .phone-title p{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 70px;
    line-height: 120.19%;
    /* or 84px */
    color: #22211F;
    margin-bottom: 70%;
}
.title-and-image-wrapper .holder .phone-image img{
    width: 100%;
}

@media only screen and (max-width: 1550px){
.title-and-image-wrapper .holder .phone-title p{
    font-size: 65px;
    line-height: 115.19%;
    margin-bottom: 65%;
  }
}
@media only screen and (max-width: 1400px){
  .title-and-image-wrapper .holder{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
}
.title-and-image-wrapper .holder .phone-title{
    display: flex;
    align-items: center;
}
.title-and-image-wrapper .holder .phone-title p{
    font-size: 60px;
    line-height: 110.19%;
    margin-bottom: 63%;
}
.title-and-image-wrapper .holder .phone-image img{
    width: 100%;
}
}
@media only screen and (max-width: 1265px){
  .title-and-image-wrapper{
    padding: 45px 100px;
  }
}
@media only screen and (max-width: 1090px){
  .title-and-image-wrapper{
      padding: 45px 50px 120px;
      position: relative;
  }
  .title-and-image-wrapper .holder .phone-title p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 120.19%;
    color: #22211F;
    position: absolute;
    top: 45px;
    left: 120px;
    margin-bottom: 1px;

  }
  .title-and-image-wrapper .holder .phone-image img{
      width: 80%;
      margin-left: 20px;
  }
  .title-and-image-wrapper .holder .phone-image{
     padding: 20px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px){
  .title-and-image-wrapper{
      padding: 30px 50px 120px;
      position: relative;
  }
  .title-and-image-wrapper .holder .phone-title p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 120.19%;
    color: #22211F;
    position: absolute;
    top: 30px;
    left: 49px;
    margin-bottom: 1px;
  }
  .title-and-image-wrapper .holder .phone-image img{
      width: 100%;
      margin-left: 20px;
  }
}
@media only screen and (max-width: 486px){
  .title-and-image-wrapper{
      padding: 30px 40px 30px;
      position: relative;
  }
  .title-and-image-wrapper .holder .phone-title p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 120.19%;
    color: #22211F;
    position: absolute;
    top: 25px;
    left: 33px;
    margin-bottom: 1px;
  }
  .title-and-image-wrapper .holder .phone-image img{
      width: 100%;
      margin-left: 20px;
  }
}
@media only screen and (max-width: 360px){
  .title-and-image-wrapper{
      padding: 40px 40px 160px;
      position: relative;
  }
  .title-and-image-wrapper .holder .phone-title p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120.19%;
    color: #22211F;
    position: absolute;
    top: 30px;
    left: 27px;
    margin-bottom: 1px;
  }
  .title-and-image-wrapper .holder .phone-image img{
      width: 100%;
      margin-left: 25px;
  }
}
@media only screen and (max-width: 250px){
  .title-and-image-wrapper .holder .phone-title p{
    font-size: 15px;
    line-height: 110.19%;
    top: 30px;
    left: 27px;
    margin-bottom: 1px;
  }
  .title-and-image-wrapper .holder .phone-image img{
      width: 100%;
      margin-left: 25px;
  }
}
@media only screen and (max-width: 190px){
  .title-and-image-wrapper .holder .phone-title p{
    font-size: 10px;
    line-height: 110.19%;
    top: 30px;
    left: 27px;
    margin-bottom: 1px;
  }
  .title-and-image-wrapper .holder .phone-image img{
      width: 100%;
      margin-left: 25px;
  }
}