.img_right {
  max-width: 10%;
  min-height: 100vh;
  float: right;
  /*margin-right: 20px;*/
}


/* Default styles for all devices */

/* Styles for screens with a maximum width of 480px (typical for small mobile devices) */
@media (max-width: 390px) {
  .avatar {
    padding-top: 80px;
    height: 100vh;
    float: right;
    width: 60%;
    right: -60px;
    /* Use a negative value to move it out of the screen to the left */
    position: absolute;
    /* Change to relative positioning */
    top: 0;
    /* Reset top position */
    transform: none;
    /* Reset transform */
    z-index: -1;
    /* Add margin-left to push content to the left */

    /* Adjust the negative margin to control the amount of pushing */


  }

  /* Styling for the header_image container */
  .header_image {
    text-align: left;
    /* Center align the content within the container */
    padding: 10px;
    /* Add some padding for spacing */
    width: 250px
  }

  h2 {
    font-size: 20px;
    /* Set the font size to 24 pixels */
  }

  /*Style orange text block*/
  /* Styling for the container */
  .orangetextblock {
    text-align: center;

    padding-right: 40px;
  }

  /* Styling for the paragraph in orangetextblock" class */
  .orangetextblock p {
    color: var(--bs-orange);
    font-size: 12px;
    font-weight: bold;
  }


  /*Orange block styling*/
  /* Styling for the container with the "styled-container" class */
  .orangeblock {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Styling for the paragraph with the "styled-container p" selector */
  .orangeblock p {
    text-align: center;
    border-radius: 35px;
    background-color: var(--bs-orange);
    color: white;
    padding: 5px;
    font-size: 12px;

  }

  /*Style messaging text */

  .messaging-text {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
  }

  /* styling of the messaging platfomrs icons */
  .messaging-icons {
    text-align: center;
    border-radius: 5px;
    padding-bottom: 5px;



  }

  /*Styling for individual icons */
  .whatsapp-icon,
  .chat-icon,
  .messenger-icon {
    margin: 1px;
    width: 18%;
    /* Add margin to separate the icons */
  }

  /*STyling for the red oval shape*/

  .oval-shape {
    padding: 1px;
  }

  /* Styling for the centered container */
  .centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15vh;


  }

  /* Styling for the styled box */
  .styled-box {
    width: 1200px;
    height: 110px;
    border-radius: 250px / 180px;
    background-color: rgba(249, 2, 2, 0.893);
    /* Add this to center align text */
    justify-content: center;
    /* Add this to center align text */
    align-items: center;


  }

  /* Styling for white text */
  .white-text {
    color: white;
    font-weight: bold;
    padding-top: 15px;
    text-align: center;
    font-size: 18px;

  }


  /* Styling for centered icons */
  .centered-icons {
    text-align: center;
    border-radius: 5px;

  }

  .inside-icons {
    width: 12%;
    border-radius: 80px;

  }


  /* Styling for the centered banner image */
  .centered-banner {
    text-align: center;
    border-radius: 20px;
    padding-top: 50px;
  }

  /* Styling for the banner image */
  .banner-image {
    align-content: center;
    transform: rotate(-15deg);
    border-radius: 35px;

    border-radius: 20px;
    display: block;
    margin: 0 auto;
    width: 70%;

  }

}



@media (min-width: 0px) and (max-width: 2px) {
  .avatar {
    padding-top: 50px;
    height: 100vh;
    float: right;
    width: 60%;
    right: -100px;
    /* Use a negative value to move it out of the screen to the left */
    position: absolute;
    /* Change to relative positioning */
    top: 0;
    /* Reset top position */
    transform: none;
    /* Reset transform */
    z-index: -1;


    /* Adjust the negative margin to control the amount of pushing */


  }

  /* Styling for the header_image container */
  .header_image {
    text-align: left;
    /* Center align the content within the container */
    padding: 20px;
    /* Add some padding for spacing */
    width: 270px
  }

  h2 {
    font-size: 24px;
    font-weight: bold;
    /* Set the font size to 24 pixels */
  }

  /*Style orange text block*/
  /* Styling for the container */
  .orangetextblock {
    text-align: center;

    padding-right: 40px;
  }

  /* Styling for the paragraph in orangetextblock" class */
  .orangetextblock p {
    color: var(--bs-orange);
    font-size: 19px;
    font-weight: bold;
  }


  /*Orange block styling*/
  /* Styling for the container with the "styled-container" class */
  .orangeblock {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Styling for the paragraph with the "styled-container p" selector */
  .orangeblock p {
    text-align: center;
    border-radius: 35px;
    background-color: var(--bs-orange);
    color: white;
    padding: 5px;
    font-size: 17px;

  }

  /*Style messaging text */

  .messaging-text {
    text-align: center;
    font-weight: bold;
    font-size: 21px;
  }

  /* styling of the messaging platfomrs icons */
  .messaging-icons {
    text-align: center;
    border-radius: 5px;
    padding-bottom: 10px;



  }

  /*Styling for individual icons */
  .whatsapp-icon,
  .chat-icon,
  .messenger-icon {
    margin: 1px;
    width: 20%;
    /* Add margin to separate the icons */
  }

  /*STyling for the red oval shape*/

  .oval-shape {
    padding: 1px;
  }

  /* Styling for the centered container */
  .centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15vh;


  }

  /* Styling for the styled box */
  .styled-box {
    width: 1200px;
    height: 110px;
    border-radius: 250px / 180px;
    background-color: rgba(249, 2, 2, 0.893);
    /* Add this to center align text */
    justify-content: center;
    /* Add this to center align text */
    align-items: center;


  }

  /* Styling for white text */
  .white-text {
    color: white;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    font-size: 18px;

  }


  /* Styling for centered icons */
  .centered-icons {
    text-align: center;
    border-radius: 5px;
    padding-bottom: 5px;

  }

  .inside-icons {
    width: 12%;
    border-radius: 80px;

  }


  /* Styling for the centered banner image */
  .centered-banner {
    text-align: center;
    border-radius: 20px;
    padding-top: 50px;
  }

  /* Styling for the banner image */
  .banner-image {
    align-content: center;
    transform: rotate(-15deg);
    border-radius: 35px;

    border-radius: 20px;
    display: block;
    margin: 0 auto;
    width: 85%;

  }

}

@media (min-width: 391px) and (max-width: 430px) {
  .avatar {
    padding-top: 50px;
    height: 1100px;
    float: right;
    width: 80%;
    right: -180px;
    /* Use a negative value to move it out of the screen to the left */
    position: absolute;
    /* Change to relative positioning */
    top: 0;
    /* Reset top position */
    transform: none;
    /* Reset transform */
    z-index: -1;


    /* Adjust the negative margin to control the amount of pushing */


  }

  /* Styling for the header_image container */
  .header_image {
    text-align: left;
    /* Center align the content within the container */
    padding: 20px;
    /* Add some padding for spacing */
    width: 270px
  }

  h2 {
    font-size: 26px;
    font-weight: bold;
    /* Set the font size to 24 pixels */
  }

  /*Style orange text block*/
  /* Styling for the container */
  .orangetextblock {
    text-align: center;

    padding-right: 40px;
  }

  /* Styling for the paragraph in orangetextblock" class */
  .orangetextblock p {
    color: var(--bs-orange);
    font-size: 21px;
    font-weight: bold;
  }


  /*Orange block styling*/
  /* Styling for the container with the "styled-container" class */
  .orangeblock {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Styling for the paragraph with the "styled-container p" selector */
  .orangeblock p {
    text-align: center;
    border-radius: 20px;
    background-color: var(--bs-orange);
    color: white;
    padding: 5px;
    font-size: 19px;

  }

  /*Style messaging text */

  .messaging-text {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
  }

  /* styling of the messaging platfomrs icons */
  .messaging-icons {
    text-align: center;
    border-radius: 5px;
    padding-bottom: 10px;



  }

  /*Styling for individual icons */
  .whatsapp-icon,
  .chat-icon,
  .messenger-icon {
    margin: 1px;
    width: 20%;
    /* Add margin to separate the icons */
  }

  /*STyling for the red oval shape*/

  .oval-shape {
    padding: 1px;
  }

  /* Styling for the centered container */
  .centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15vh;


  }

  /* Styling for the styled box */
  .styled-box {
    width: 1200px;
    height: 160px;
    border-radius: 250px / 180px;
    background-color: rgba(249, 2, 2, 0.893);
    /* Add this to center align text */
    justify-content: center;
    /* Add this to center align text */
    align-items: center;


  }

  /* Styling for white text */
  .white-text {
    color: white;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    font-size: 22px;

  }


  /* Styling for centered icons */
  .centered-icons {
    text-align: center;
    border-radius: 5px;


  }

  .inside-icons {
    width: 14%;
    border-radius: 80px;

  }


  /* Styling for the centered banner image */
  .centered-banner {
    text-align: center;
    border-radius: 20px;
    padding-top: 50px;
  }

  /* Styling for the banner image */
  .banner-image {
    align-content: center;
    transform: rotate(-15deg);
    border-radius: 35px;
    padding-top: 15px;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    width: 100%;

  }

}



@media (min-width: 431px) and (max-width: 767px) {
  .avatar {
    padding-top: 50px;
    height: 1100px;
    float: right;
    width: 80%;
    right: -180px;
    /* Use a negative value to move it out of the screen to the left */
    position: absolute;
    /* Change to relative positioning */
    top: 0;
    /* Reset top position */
    transform: none;
    /* Reset transform */
    z-index: -1;


    /* Adjust the negative margin to control the amount of pushing */


  }

  /* Styling for the header_image container */
  .header_image {
    text-align: left;
    /* Center align the content within the container */
    padding: 20px;
    /* Add some padding for spacing */
    width: 270px
  }

  h2 {
    font-size: 26px;
    font-weight: bold;
    /* Set the font size to 24 pixels */
  }

  /*Style orange text block*/
  /* Styling for the container */
  .orangetextblock {
    text-align: center;

    padding-right: 40px;
  }

  /* Styling for the paragraph in orangetextblock" class */
  .orangetextblock p {
    color: var(--bs-orange);
    font-size: 21px;
    font-weight: bold;
  }


  /*Orange block styling*/
  /* Styling for the container with the "styled-container" class */
  .orangeblock {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Styling for the paragraph with the "styled-container p" selector */
  .orangeblock p {
    text-align: center;
    border-radius: 20px;
    background-color: var(--bs-orange);
    color: white;
    padding: 5px;
    font-size: 19px;

  }

  /*Style messaging text */

  .messaging-text {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
  }

  /* styling of the messaging platfomrs icons */
  .messaging-icons {
    text-align: center;
    border-radius: 5px;
    padding-bottom: 10px;



  }

  /*Styling for individual icons */
  .whatsapp-icon,
  .chat-icon,
  .messenger-icon {
    margin: 1px;
    width: 20%;
    /* Add margin to separate the icons */
  }

  /*STyling for the red oval shape*/

  .oval-shape {
    padding: 1px;
  }

  /* Styling for the centered container */
  .centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15vh;


  }

  /* Styling for the styled box */
  .styled-box {
    width: 1200px;
    height: 160px;
    border-radius: 250px / 180px;
    background-color: rgba(249, 2, 2, 0.893);
    /* Add this to center align text */
    justify-content: center;
    /* Add this to center align text */
    align-items: center;


  }

  /* Styling for white text */
  .white-text {
    color: white;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    font-size: 22px;

  }


  /* Styling for centered icons */
  .centered-icons {
    text-align: center;
    border-radius: 5px;


  }

  .inside-icons {
    width: 14%;
    border-radius: 80px;

  }


  /* Styling for the centered banner image */
  .centered-banner {
    text-align: center;
    border-radius: 20px;
    padding-top: 50px;
  }

  /* Styling for the banner image */
  .banner-image {
    align-content: center;
    transform: rotate(-15deg);
    border-radius: 35px;
    padding-top: 15px;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    width: 100%;

  }

}


@media (min-width: 768px) and (max-width: 1023px) {
  .avatar {
    padding-top: 80px;
    height: 100vh;
    float: right;
    width: 60%;
    right: -200px;
    /* Use a negative value to move it out of the screen to the left */
    position: absolute;
    /* Change to relative positioning */
    top: 0;
    /* Reset top position */
    transform: none;
    /* Reset transform */
    z-index: -1;
    /* Add margin-left to push content to the left */

    /* Adjust the negative margin to control the amount of pushing */


  }

  /* Styling for the header_image container */
  .header_image {
    text-align: left;
    /* Center align the content within the container */
    padding: 20px;
    /* Add some padding for spacing */
    width: 270px
  }

  h2 {
    font-size: 26px;
    font-weight: bold;
    /* Set the font size to 24 pixels */
  }

  /*Style orange text block*/
  /* Styling for the container */
  .orangetextblock {
    text-align: center;

    padding-right: 40px;
  }

  /* Styling for the paragraph in orangetextblock" class */
  .orangetextblock p {
    color: var(--bs-orange);
    font-size: 21px;
    font-weight: bold;
  }


  /*Orange block styling*/
  /* Styling for the container with the "styled-container" class */
  .orangeblock {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Styling for the paragraph with the "styled-container p" selector */
  .orangeblock p {
    text-align: center;
    border-radius: 20px;
    background-color: var(--bs-orange);
    color: white;
    padding: 5px;
    font-size: 19px;

  }

  /*Style messaging text */

  .messaging-text {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
  }

  /* styling of the messaging platfomrs icons */
  .messaging-icons {
    text-align: center;
    border-radius: 5px;
    padding-bottom: 10px;



  }

  /*Styling for individual icons */
  .whatsapp-icon,
  .chat-icon,
  .messenger-icon {
    margin: 1px;
    width: 20%;
    /* Add margin to separate the icons */
  }

  /*STyling for the red oval shape*/

  .oval-shape {
    padding: 20px;
  }

  /* Styling for the centered container */
  .centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15vh;


  }

  /* Styling for the styled box */
  .styled-box {

    width: 1200px;
    height: 190px;
    border-radius: 250px / 180px;
    background-color: rgba(249, 2, 2, 0.893);
    /* Add this to center align text */

    justify-content: center;
    /* Add this to center align text */
    align-items: center;


  }

  /* Styling for white text */
  .white-text {
    color: white;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    font-size: 22px;

  }


  /* Styling for centered icons */
  .centered-icons {
    text-align: center;
    border-radius: 5px;


  }

  .inside-icons {
    width: 14%;
    border-radius: 80px;

  }


  /* Styling for the centered banner image */
  .centered-banner {
    text-align: center;
    border-radius: 20px;
    padding-top: 50px;
  }

  /* Styling for the banner image */
  .banner-image {
    align-content: center;
    transform: rotate(-15deg);
    border-radius: 35px;
    padding-top: 30px;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    width: 70%;

  }

}

@media (min-width: 1024px) and (max-width: 1030px) {
  .avatar {
    padding-top: 80px;
    height: 100vh;
    float: right;
    width: 60%;
    right: -200px;
    /* Use a negative value to move it out of the screen to the left */
    position: absolute;
    /* Change to relative positioning */
    top: 0;
    /* Reset top position */
    transform: none;
    /* Reset transform */
    z-index: -1;
    /* Add margin-left to push content to the left */

    /* Adjust the negative margin to control the amount of pushing */


  }

  /* Styling for the header_image container */
  .header_image {
    text-align: left;
    /* Center align the content within the container */
    padding: 20px;
    /* Add some padding for spacing */
    width: 380px
  }

  h2 {
    font-size: 32px;
    font-weight: bold;
    /* Set the font size to 24 pixels */
  }

  /*Style orange text block*/
  /* Styling for the container */
  .orangetextblock {
    text-align: center;

    padding-right: 40px;
  }

  /* Styling for the paragraph in orangetextblock" class */
  .orangetextblock p {
    color: var(--bs-orange);
    font-size: 30px;
    font-weight: bold;
  }


  /*Orange block styling*/
  /* Styling for the container with the "styled-container" class */
  .orangeblock {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Styling for the paragraph with the "styled-container p" selector */
  .orangeblock p {
    text-align: center;
    border-radius: 20px;
    background-color: var(--bs-orange);
    color: white;
    padding: 15px;
    font-size: 28px;

  }

  /*Style messaging text */

  .messaging-text {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
  }

  /* styling of the messaging platfomrs icons */
  .messaging-icons {
    text-align: center;
    border-radius: 5px;
    padding-bottom: 10px;



  }

  /*Styling for individual icons */
  .whatsapp-icon,
  .chat-icon,
  .messenger-icon {
    margin: 1px;
    width: 17%;
    padding-bottom: 5px;
    /* Add margi      n to separate the icons */
  }

  /*STyling for the red oval shape*/

  .oval-shape {
    padding: 20px;
  }

  /* Styling for the centered container */
  .centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15vh;


  }

  /* Styling for the styled box */
  .styled-box {

    width: 1200px;
    height: 250px;
    border-radius: 250px / 180px;
    background-color: rgba(249, 2, 2, 0.893);
    /* Add this to center align text */

    justify-content: center;
    /* Add this to center align text */
    align-items: center;


  }

  /* Styling for white text */
  .white-text {
    color: white;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    font-size: 28px;

  }


  /* Styling for centered icons */
  .centered-icons {
    text-align: center;
    border-radius: 5px;


  }

  .inside-icons {
    width: 14%;
    border-radius: 80px;

  }


  /* Styling for the centered banner image */
  .centered-banner {
    text-align: center;
    border-radius: 20px;
    padding-top: 50px;
  }

  /* Styling for the banner image */
  .banner-image {
    align-content: center;
    transform: rotate(-15deg);
    border-radius: 35px;
    padding-top: 30px;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    width: 70%;

  }

}

@media (min-width: 1031px) {
  .avatar {
    padding-top: 80px;
    height: 100vh;
    float: right;

    right: -100px;
    /* Use a negative value to move it out of the screen to the left */
    position: absolute;
    /* Change to relative positioning */
    top: 0;
    /* Reset top position */
    transform: none;
    /* Reset transform */
    z-index: -1;
    /* Add margin-left to push content to the left */

    /* Adjust the negative margin to control the amount of pushing */


  }

  /* Styling for the header_image container */
  .header_image {
    text-align: left;
    /* Center align the content within the container */
    padding: 20px;
    /* Add some padding for spacing */
    width: 380px
  }

  h2 {
    font-size: 32px;
    font-weight: bold;
    /* Set the font size to 24 pixels */
  }

  /*Style orange text block*/
  /* Styling for the container */
  .orangetextblock {
    text-align: center;


  }

  /* Styling for the paragraph in orangetextblock" class */
  .orangetextblock p {
    color: var(--bs-orange);
    font-size: 25px;
    font-weight: bold;
  }


  /*Orange block styling*/
  /* Styling for the container with the "styled-container" class */
  .orangeblock {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Styling for the paragraph with the "styled-container p" selector */
  .orangeblock p {
    text-align: center;
    border-radius: 20px;
    background-color: var(--bs-orange);
    color: white;
    padding: 1px;
    font-size: 25px;

  }

  /*Style messaging text */

  .messaging-text {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
  }

  /* styling of the messaging platfomrs icons */
  .messaging-icons {
    text-align: center;
    border-radius: 5px;




  }

  /*Styling for individual icons */
  .whatsapp-icon,
  .chat-icon,
  .messenger-icon {
    margin: 1px;
    width: 6%;

    /* Add margi      n to separate the icons */
  }

  /*STyling for the red oval shape*/

  .oval-shape {
    padding: 20px;
  }

  /* Styling for the centered container */
  .centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15vh;


  }

  /* Styling for the styled box */
  .styled-box {

    width: 900px;
    height: 180px;
    border-radius: 250px / 180px;
    background-color: rgba(249, 2, 2, 0.893);
    /* Add this to center align text */

    justify-content: center;
    /* Add this to center align text */
    align-items: center;


  }

  /* Styling for white text */
  .white-text {
    color: white;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    font-size: 28px;

  }


  /* Styling for centered icons */
  .centered-icons {
    text-align: center;
    border-radius: 5px;


  }

  .inside-icons {
    width: 10%;
    border-radius: 80px;

  }


  /* Styling for the centered banner image */
  .centered-banner {
    text-align: center;
    border-radius: 20px;
    padding-top: 50px;
  }

  /* Styling for the banner image */
  .banner-image {
    align-content: center;
    transform: rotate(-15deg);
    border-radius: 35px;
    padding-top: 30px;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    width: 30%;

  }

}