.sectionContent > div{
    text-align: left;
}
@media screen and (max-width: 900px){
    .sectionContent >div >div {
        width:calc(100% - 40px) !important;
    }
    .sectionContent img {
        float: none !important;
    }
    
}
@media screen and (max-width: 950px){
   .sectionContent{
    width: calc(100% - 80px) !important;
    }
} 
@media screen and (max-width: 900px){
  blockquote{
        font-size: 24px !important;
        line-height: 27px !important;
    }
}
    
@media screen and (max-width: 500px){
  blockquote{
        font-size: 18px !important;
        line-height: 21px !important;
    }
    .sectionContent{
        padding: 0 !important;
        font-size: 12px !important;
    }
}
    

        
}
.sectionContent >div {
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
    
}
.sectionContent img {
    max-width: 360px;
    width: 100%;
    
}

.sectionContent >div:nth-child(2n + 1) > img {
    float: right;  
    clear: both;
}
.sectionContent >div:nth-child(2n) > img {
    float: left;
    clear: both;
}
.sectionContent >div >div {
    width: calc(100% - 460px);
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    text-align: left;
}
h1{
    margin-bottom: 0;
}
p{
    padding: 0;
    margin: 0;
    width: 100%;
}
.sectionContent h3 {
    color: #00AEEF;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    
}
.sectionContent{
    font-weight: 400;
}
blockquote{
    font-size: 32px;
    line-height: 35px;
    font-style: italic;
    color: #00AEEF;
    
}
.slider img:nth-child(1){
    display: inline-block;
}
.slider img{
    display: none;
    max-height: 500px;
    max-width: 100%;
}
.slider div{
    position: relative;
    display: inline-block;
}
.slider button{
    position: absolute;
    width: 40px;
    height: 40px;
    background: transparent; 
    border: 0;
    padding: 0;
}
.slider button:nth-of-type(1){
    top: calc(50% - 20px);
    left: calc(100% - 40px);
}
.slider button:nth-of-type(2){
    top: calc(50% - 10px);
    left: 0;
    transform: rotate(180deg);
}