
body{
  hyphens: auto;
  overflow-wrap: break-word;
}

.sharing-buttons{ display: none !important; }
.sharing{ display: none !important; }
.about-content{ 
    margin-top:20px !important; 
    margin-bottom:20px !important; 
}

.calltoaction-btn {
    display: inline-block;
    background: #ec038c;
    color: #ffffff !important;
    padding: 20px 40px;
    border-radius: 5px;
    text-decoration: none;
}

@media
    only screen and (orientation: portrait) and (max-width: 599px),
    only screen and (orientation: landscape) and (max-width: 959px) {
        .calltoaction-btn {
            font-size: 20px;
        }
    }
    
@media
    only screen and (orientation: portrait) and (min-width: 600px) and (max-width: 1024px),
    only screen and (orientation: landscape) and (min-width: 960px) and (max-width: 1279px) {
        .calltoaction-btn {
            font-size: 20px;
        }
    }

@media
    only screen and (orientation: portrait) and (min-width: 1025px) and (max-width: 1279px),
    only screen and (orientation: landscape) and (min-width: 1280px) and (max-width: 1439px) {
        .calltoaction-btn {
            font-size: 25px;
        }
}

@media only screen and (min-width: 1440px) {
        .calltoaction-btn {
            font-size: 25px;
        }
}