.two{
    margin-top: 42px;
}

.g4{

background: url(../img/Frame79.webp);
background-repeat: no-repeat;
background-size: cover;
height: 386px;
}
.g4-into{
      display: grid
;
    grid-template-columns: 459px 1fr;
    grid-column-gap: 66px;
    grid-row-gap: 10px;
}
.g4-left img{
position: relative;
    top: -64px;
}
.g4-right{
color: white;
    padding-top: 65px;
}
.g4-right p{
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    font-family: 'Raleway';
    padding-bottom: 76px;
}
@media (max-width: 1250px) {
.g4 {
    background: url(../img/Frame79.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
.g4-left img {
    position: static;
    top: -64px;
}
  }
@media (max-width: 835px) { 
.g4-into {
    display: flex
;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    grid-column-gap: 66px;
    grid-row-gap: 10px;
}
.g4-left img{
    width: 281px;
    display: block;
    top: 9px;
    position: relative;
}
.reg-white {
    width: 271px;
    height: 68px;
    border: 4px solid white;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 100px;
    font-size: 21px;
    font-family: Raleway;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}
.g4-left img{
        width: 281px;
    display: block;
    top: 9px;
    position: relative;
    margin: 0 auto;
}

.g4-right p {
        font-weight: 600;
        font-size: 22px;
        line-height: 35px;
        font-family: 'Raleway';
        padding-bottom: 35px;
}
 }