.sectionTitle {
  font-size: 1.7rem;
  font-family: var(--pagefont);
  font-weight: bold;
  height: 2rem;
  margin-top: 2.5rem;
  text-align: center;
}

.textcontent__h2 {
  font-family: var(--pagefont);
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.textcontent__pomodoro--img {
  background: no-repeat center / 100%;
  background-image: url('../imgs/pomodoro-technique.jpg');
  border-radius: 0.2rem;
  height: 10rem;
  margin-right: 1.5rem;
  margin-top: 0.5rem;
}

.textcontent {
  width: 90%;
  margin: 0 auto;
}

.textcontent__p {
  font-family: var(--pagefont);
  line-height: 2;
  margin-bottom: 1rem;
}


.IMGpomodoro__cicle {
  border-radius: 0.5rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
  width: 50%;
  max-width: 100%;
}

@media screen and (min-width: 0px) {
  .sectionTitle {
    margin-bottom: 3rem;
  }
  .textcontent__pomodoro--img {
    float: none;
    width: 100%;
  }
  .IMGpomodoro__cicle {
    width: 100%;
  }
  .textcontent__website--img {
    display: none;
  }
  
}

@media screen and (min-width: 650px) {
  .sectionTitle {
    margin-bottom: 0.5rem;
  }
  .textcontent__pomodoro--img {
    float: left;
    width: 15rem;
  }
  .IMGpomodoro__cicle {
    width: 50%;
  }
  .textcontent__website--img {
    background: no-repeat center / 100%;
    background-image: url('../imgs/pomodoro-tool.PNG');
    border-radius: 0.2rem;
    display: inline;
    float: left;
    height: 11.5rem;
    margin-right: 1.5rem;
    margin-top: 0.5rem;
    width: 10rem;
  }
}

@media screen and (min-width: 1200px) {
  .IMGpomodoro__cicle {
    width: 30%;
  }
  
}