@media only screen and (max-width: 1024px){
.nectar-rotating-words-title .dynamic-words span {
    font-size:60px !important;
    line-height: 1.3em;
}
}

@media only screen and (max-width: 1024px){
.beginning-text span {
    font-size:60px !important;
    line-height: 1.3em;
}
}

@media only screen and (max-width: 1024px){
.ending-text span {
    font-size:60px !important;
    line-height: 1.3em;
}
}

@media only screen and (max-width: 767px){
.nectar-rotating-words-title .dynamic-words span {
    font-size:35px !important;
    line-height: 1.3em;
}
}

@media only screen and (max-width: 767px){
.beginning-text span {
    font-size:35px !important;
    line-height: 1.3em;
}
}

@media only screen and (max-width: 767px){
.ending-text span {
    font-size:35px !important;
    line-height: 1.3em;
}
}