@media only screen and (max-width: 768px) {
    body {
      background-color: lightblue;
  }
  section#home::before {
    content: url(/images/Vector\ 88.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -60px;
}
section#home::after {
    content: url(/images/Vector\ 87.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -5px;
    right: -70px;
    display: none !important;
}
section#home::before {
    content: url(/images/Vector\ 88.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -60px;
    display: none !important;
}
p.update-info-text-4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 46.5px;
    letter-spacing: 3%;
}

}

@media only screen and (max-width: 426px)
{
    .img-back img {
        height: 100px !important;
    }
    p.update-info-text-4 {
        font-size: 14px;
        color: #fff;
        /* font-weight: 700; */
        line-height: 46.5px;
        letter-spacing: 3%;
    }
}
@media only screen and (max-width: 376px)
{
    .phone{
        width: 100%;
    }
    p.update-info-text-4 {
        font-size: 12px !important;
        color: #fff;
        /* font-weight: 700; */
        line-height: 46.5px;
        letter-spacing: 3%;
    }
}
@media only screen and (max-width: 376px)
{
    p.update-info-text-4 {
        font-size: 10px !important;
        color: #fff;
        /* font-weight: 700; */
        line-height: 46.5px;
        letter-spacing: 3%;
        width: 100%;
    }
}
