.gs-text-slider {
    font-family: "Inter", Sans-serif;
    font-size: 100px;
    font-weight: 300;
    line-height: 121px;
    display: flex;
    width:max-content !important;
    color:rgba(160, 212, 160, 1);
}


@media only screen and (max-width: 767px) {
.gs-text-slider img {
    width: 60px !important;
}

.gs-text-slider {
    font-family: "Inter", Sans-serif;
    font-size: 50px !important;
    font-weight: 300;
    line-height: 60px !important;
    display: flex;
    width: max-content !important;
    color: rgba(160, 212, 160, 1);
}
}