.contact-info span:first-child {
    display: none;
}
@media (min-width: 1200px) {
    .container {max-width: 1270px;margin:0 auto;}
}

@media only screen and (max-width:992px){
div#navbarNav {
    padding: 10px 20px;
}
.contact-container {
    flex-direction: column;
}

.contact-container .contact-block {
    width: 100%;
    margin-bottom: 20px;
}
.pre-header {padding: 10px 0;}

.container {
    max-width: 100%;
    padding: 0 20px;}

.swiperCopy {
    transform: translate(5%, 20%);
    max-width: 50%;
}

.swiperCopy p {
    font-size: 40px;
}
.leftSection {
    text-align: center;
}

.rightSection {
    text-align: center;
    margin-bottom: 50px;
}

.rightSection h1 {
    padding: 0;
    margin: 0 auto;
}

.rightSection h1:after {
    left: 50%;
    position: absolute;
}

.leftCopy {
    padding: 50px 20px 17px;
}

.leftSection p {
    max-width: 100%;
}

.rightSection img {
    margin-top: 50px;
}

.footerLogo img {
    width: 50%;
    margin: 0 auto;
}

.footerLogo {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.footerLinks ul {
    padding: 0;
    text-align: center;
    margin-bottom: 0;
}

.footerLinks li:first-child {
    margin: 25px 0 0;
}}

@media only screen and (max-width:769px){
    .swiperCopy {
    left: 1%;
}

.swiperCopy p {
    font-size: 30px;
}

.container.d-md-flex.align-items-center.justify-content-md-between {
    display: flex;
    justify-content: space-between;
}
}

@media only screen and (max-width:480px){
.mainMenu .container.d-md-flex.align-items-center.justify-content-md-between {
    display: flex;
    justify-content: space-between;
}
.contact-info span {
    width: 100%;
    display: block;
    text-align: center;
}
.swiperCopy {
    max-width: 60%;
    top: -5%;
}

.swiperCopy p {
    font-size: 20px;
}

.rightSection h1 {
    padding: 40px;
}

.leftCopy {
    padding: 50px 20px;
}

.leftSection p {
    max-width: 100%;
}

.rightSection h1 {
    padding: 0 20px 50px;
}

section#ourclients {
    padding: 50px 0 0;
}
.sideImg {
    display: none;
}
.content ul {
    column-count: auto;
}

.rightSection h1 {
    font-size: 40px;
}

.rightSection h1:after {
    transform: translate(-50%, -50%);
}

}

@media only screen and (max-width:435px){
    .swiperCopy {
    max-width: 70%;
}

}