.see-more-button-wrapper {
    text-align: right !important;
}

.disclaimer {
    text-align: justify;
    color: #656565;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
}

.language_selector {
    padding: 1rem 1rem !important;
}

.ui.segment,
.ui.dropdown,
input,
.ui.button {
    border-radius: 0px !important;
}

div.segments.segment_container {
    div.contact_container {
        padding: 1rem !important;
        div.contact_detail>p{
            text-align: justify;
        }
    }
    div.sponsor_button {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .ui.button {
        margin: 0rem !important;
    }
    h4.subtitle {
        padding: 1rem !important;
        margin: 0rem !important;
    }
    div.grid.sponsor_button{
        margin: 0rem !important;
    }
}

@media only screen and (max-width: 767px) {
    div.segment {
        div.stackable.grid {
            div.wide.column.language_selector {
                padding-top: 0px !important;
            }
        }
    }
    div.segments.segment_container {
        div.segment {
            padding-left: 0rem !important;
            padding-right: 0rem !important;
        }
        div.contact_container{
            padding: 0rem !important;
        }        
    }
}

@media only screen and (max-width: 771px) {    
    div.segments.segment_container {        
        div.contact_container{
            div.contact_data{
                h5>div.content{
                    padding-left: 1rem !important;
                }
            }
        }        
    }
}

@media only screen and (max-width: 375px) {    
    div.segments.segment_container {        
        div.contact_container{
            div.contact_data{
                h5>div.content{
                    font-size: 1rem !important;
                }
            }
        }        
    }
}

@media only screen and (max-width: 300px) {
    .segment_container{
        margin-left: -25px !important;
    }
}