.globe3{
    padding-bottom: 115px;
}
.g3Inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.g3iImg{

}
.g3iTexts{
    max-width: 600px;
    display: flex;
    flex-direction: column;
}
.g3itHeader{
    color: var(--white);
    margin-bottom: 25px;
}
.g3itDesc{
    color: var(--white);
    margin-bottom: 20px;
}
.g3itPluses{
    display: flex;
    flex-direction: column;
}
.g3itpPlus{
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}
.g3itppIcon{
    width: 17px;
    height: 17px;
    min-width: 17px;
    min-height: 17px;
    margin-right: 13px;
}
.g3itppText{
    color: #827579;
}
@media screen and (max-width: 1250px){
    .g3Inner{
        flex-direction: column-reverse;
    }
    .g3iTexts{
        max-width: 900px;
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 800px){
    .g3iImg{
        max-width: 400px;
        width: 80%;
    }
}
@media screen and (max-width: 450px){
    .g3iTexts{
        margin-bottom: 35px;
    }
}