/* Generic */

/* Swal modal */
.swal2-container .swal2-modal {
    padding: 35px 20px;
}
#swal2-content p{
    color: #545454;
}
.swal2-modal .swal2-close {
    font-size: 48px;
    top: 8px;
    right: 12px;
}
.swal2-modal .swal2-close:hover {
    color: #808080;
}
button.swal2-confirm {
    background-image: linear-gradient(90deg, rgb(146, 23, 101) 0%, rgb(222, 18, 113) 100%);
    box-shadow: rgba(50, 50, 93, 0.11) 0px 4px 6px, rgba(0, 0, 0, 0.08) 0px 1px 3px;
    border: none;
    border-radius: 4px;
}
button.swal2-confirm:hover {
    opacity: 0.95;
    color: #fff;
}
.swal2-modal .swal2-styled:focus {
    box-shadow: none;
}
.swal2-icon.swal2-info {
    color: #032668;
    border: 4px solid rgba(228,0,113,.2);
}
.swal2-icon.swal2-success,
.swal2-icon.swal2-warning {
    border-color: #032668;
    color: #032668;
}
.swal2-icon.swal2-success [class^=swal2-success-line],
.swal2-icon.swal2-warning [class^=swal2-warning-line] {
    background-color: #032668;
}
.swal2-icon.swal2-success .swal2-success-ring,
.swal2-icon.swal2-warning .swal2-warning-ring {
    border: 4px solid rgba(228,0,113,.2);
}

.main-btn {
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    color: #032668;
    letter-spacing: 1.3px;
    padding: 15px 25px;
    text-transform: uppercase;
    display: inline-block;
	border: 2px solid #fff;
    background: #fff;
}
.main-btn:hover,
.main-btn:focus,
.main-btn:active {
    opacity: 0.95;
    color: #032668;
    box-shadow: 0 9px 32px 0 rgba(0,0,0,.15);
}

.main-bton {
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1.3px;
    padding: 15px 25px;
    text-transform: uppercase;
    display: inline-block;
	border: 1px solid #fff;
    background: transparent;
}
.main-bton:hover,
.main-bton:focus,
.main-bton:active {
    opacity: 0.95;
	color: #fff;
    box-shadow: 0 9px 32px 0 rgba(0,0,0,.15);
}

hr.hr-social {
    margin-top: 0;
}
.move-up:hover,
.move-up:active {
    display: inline-block;
    transform: translateY(-1.5px);
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

.slick-slide:focus {
    outline: none;
}
.slider {
    visibility: hidden;
}
.slick-initialized {
    visibility: visible;
}
/* Hero Section */
.section-hero {
    background-image: linear-gradient(-137deg, #6CD0F8 0%, #032668 100%);
    padding: 150px 0 50px 0;
}
.section-hero h1, .section-hero h2, .section-hero p, .section-hero span {
    color: #fff;
}

.section-heroine {
    background: white;
	text-align: center;
    padding: 150px 0 100px 0;
}
.section-heroine h1, .section-heroine h2, .section-heroine p, .section-heroine span {
    color: #fff;
}
.section-hero .recent-news {
    background: rgba(255,255,255,0.19);
    border-radius: 24px;
    padding: 5px;
    overflow: hidden;
    display: inline-flex;
    font-size: 14px;
    margin-bottom: 12px;
}
.section-hero .recent-news > span {
    background: #FF7713;
    border-radius: 24px;
    text-transform: uppercase;
    padding: 0 6px;
    margin-right: 7px;
    display: flex;
    font-weight: 600;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}
.section-hero .recent-news > p {
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-hero h1 {
    font-size: 45px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 79px;
}
.section-hero h2 {
    font-size: 25px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 28px;
}
.section-hero .bubbles {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.section-hero .bubbles > img {
    border-radius: 50%;
    width: 300px;
    position: relative;
    z-index: 5;
}
.section-hero .large-circle {
    background-image: linear-gradient(-199deg, #032668 0%, #6CD0F8 100%);
    box-shadow: 0 5px 56px 0 rgba(185,0,103,0.27);
    width: 320px;
    height: 320px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: -26px;
    left: 14px;
}

.section-hero .small-circle {
    opacity: 0.63;
    background-image: linear-gradient(42deg, #032668 0%, #6CD0F8 100%);
    box-shadow: 0 5px 56px 0 rgba(255,18,85,0.17);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    z-index: 6;
    bottom: -34px;
    left: -38px;
}
.section-hero .header-headphones {
    background-color: #fff;
    box-shadow: 0 5px 56px 0 rgba(0, 0, 0, 0.5);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    z-index: 7;
    top: -20px;
    left: 239px;
}
.section-hero .header-headphones > svg {
    margin-top: 25px;
}

.section-hero .header-play {
    background-color: #fff;
    box-shadow: 0 5px 56px 0 rgba(255,18,85,0.17);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    z-index: 7;
    bottom: -10px;
    left: -12px;
}
.section-hero .header-play > svg {
    margin-top: 25px;
}

/* Register Section */
.section-register {
    padding: 110px 0 110px 0;
    background-image: linear-gradient(-137deg, #6CD0F8 0%, #032668 100%);
    text-align: center;
}

.section-register h1 {
    font-size: 36px;
    line-height: 50px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.section-register p {
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 28px;
}
.section-register .register {
    margin-top: 40px;
    margin-bottom: 15px;
}
.reg-btn {
    background: #FFFFFF;
    border-radius: 57px;
    padding: 15px 50px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    font-size: 14px;
	text-transform: uppercase;
    color: #032668;
    text-decoration: none;
    display: inline-block;
}
.reg-btn:hover,
.reg-btn:focus,
.reg-btn:active {
    opacity: 0.95;
}

/* Footer Section */
.section-footer {
    padding: 50px 0;
    color: #8898aa;
    /*margin: 0 10% 0 10%;*/
    background-color: #fff;
}
.section-footer .rights > p {
    color: #8898aa;
    margin-top: 24px;
}
.section-footer .rights span {
    color: #032668;
    padding: 0 2px 0 2px;
    font-size: 16px;
}

/* Socials Section */
.section-socials {
    background-color: #fff;
}

.section-socials-logged-in {
    background-image: linear-gradient(-137deg, #6CD0F8 0%, #032668 100%);
}
.section-socials-logged-in hr {
    display: none;
}
.section-socials-logged-in .ico-social a {
    color: #fff;
}

.section-socials .row {
    text-align: center;
    margin: 0 15% 0 15%;
}

.section-socials .ico-social {
    margin: 50px 0 50px 0;
}
.ico-social a {
    font-size: 40px;
    color: #CDCDCD;
    display: inline-block;
}
.ico-social a:hover,
.ico-social a:focus,
.ico-social a:active {
    color: #032668;
}

/* Benefits Section */
.section-benefits {
    padding: 100px 0 160px 0;
}
.section-benefits h1 {
    text-align: center;
    margin-bottom: 100px;
	background: linear-gradient(to right, #032668, #6CD0F8);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: white
}
.section-benefits h2 {
    font-size: 28px;
    text-align: center;
}
.section-benefits h3 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color: #717070;
}
.section-benefits .change{
    padding: 0px 100px;
}
.section-benefits .benefits-circle {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    position: relative;
	text-align: center;
}
.section-benefits .benefits-circle.svg-play {
    background-position: 8px;
    background-repeat: no-repeat;

}
.section-benefits .benefits-circle.svg-star {
    background-position: left 3px;
    background-repeat: no-repeat;

}
.section-benefits .benefits-circle.svg-heart {
    background-position: right 14px;
    background-repeat: no-repeat;
}

/* Testimonials Section */
.section-testimonials {
    background-image: linear-gradient(-137deg, #6CD0F8 0%, #032668 100%);
    padding: 100px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.testimonial-content {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0,0,0);
}
.section-testimonials .slick-initialized .slick-slide {
    margin: 0 auto;
    position: relative;
}
.section-testimonials .slick-slider {
    margin-left: 10%;
    margin-right: 10%;
}

.section-testimonials .bubbles {
    position: relative;
    margin: 80px 60px 50px 0;
    display: inline-block;
}
.section-testimonials .bubbles > img {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    position: relative;
    z-index: 5;
}
.section-testimonials .huge-circle {
    background: #fff;
    box-shadow: 0 5px 56px 0 rgba(185,0,103,0.27);
    width: 270px;
    height: 270px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: -21px;
    left: -12px;
}
.section-testimonials .large-circle {
    background-image: linear-gradient(-199deg, #032668 0%, #6CD0F8 100%);
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: -50px;
    left: -41px;
}
.section-testimonials .small-circle {
    opacity: 0.63;
    background-image: linear-gradient(-137deg, #032668 0%, #6CD0F8 100%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    z-index: 6;
    bottom: -30px;
    right: -2px;
}
.section-testimonials .tiny-circle {
    background: #fff;
    box-shadow: 0 5px 56px 0 rgba(255,18,85,0.17);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    z-index: 7;
    right: 71px;
    top: -25px;
}
.section-testimonials .testimonial {
    width: 50%;
    position: relative;
    display: inline-block;
}
.section-testimonials .testimonial > p {
    font-size: 17px;
    line-height: 23px;
    color: #fff;
}
.section-testimonials .testimonial > h2 {
    margin-top: 40px;
    font-weight: 600;
    font-size: 32px;
    color: #fff;
}
.section-testimonials .testimonial > h3 {
    color: #fff;
    font-size: 15px;
}
.section-testimonials .testimonial .quotes-up {
    position: absolute;
    top: -30px;
    left: -42px;
    opacity: 0.3;
    width: 40px;
}
.section-testimonials .testimonial .quotes-down {
    position: absolute;
    bottom: 41px;
    right: -30px;
    opacity: 0.3;
    width: 40px;
}

.section-testimonials .slick-arrow {
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
}
.section-testimonials .slick-arrow:hover {
    background: #032668;
}
.section-testimonials .slick-next:before,
.section-testimonials .slick-prev:before {
    opacity: 1;
    color: #032668;
}
.section-testimonials .slick-arrow:hover:before,
.section-testimonials .slick-arrow:hover:before {
    color: #fff;
}
.section-testimonials .slick-next:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 2px;
}
.section-testimonials .slick-prev:before {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 2px;
}
.section-testimonials .slick-next {
    right: -60px;
    z-index: 10;
}
.section-testimonials .slick-prev {
    left: -60px;
    z-index: 10;
}
/*todo hack*/
.slick-next:focus, .slick-prev:focus {
    /*color: unset !    important;*/
    /*background: unset !important;*/
}

/* Media Section */
.section-media {
    background-color: #fff;
    margin: 40px 0 90px 0;
}
.section-media .row {
    text-align: center;
}
.section-media h1 {
    background: linear-gradient(to right, #032668, #6CD0F8);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: white;
    margin: 50px 0 40px 0;
}
.section-media .media-logo > img {
    width: auto;
    height: 40px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease;
    opacity: 0.7;
    margin: 22px 0;
}
.section-media .media-logo > img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.section-media .media-logo > img.labsoflatvia {
    height: 50px;
}
.section-media .media-logo > img.tv3 {
    height: 45px;
}

.section-media .media-logo > img.aripaev {
    height: 45px;
}
.section-media .media-logo > img.sec {
    height: 33px;
}
.section-media .media-logo > img.arctic {
    height: 37px;
}
.section-media .media-logo > img.dienasbizness {
    height: 35px;
}

/* Projects Section */
.section-projects {
    padding: 110px 0 80px 0;
}
.section-projects h1 {
    text-align: center;
    margin-bottom: 30px;
}
.section-projects {
    background: #F3F5F7;
}

.section-projects .slick-content {
    max-width: 1300px;
    margin: 0 auto
}

.section-projects .slick-slider {
    visibility: hidden;
    margin-left: 8%;
    margin-right: 8%;
}

.section-projects .slick-center {
    margin-bottom: 25px;
}

.section-projects .slick-center .campaign-box {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.section-projects .slick-list{
    margin: 0 2% 0 2%;
}
.section-projects .row-slide {
    margin: 100px 30px 100px 30px;
}

.section-projects .slick-arrow {
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
}
.section-projects .slick-arrow:hover {
    background: #032668;
}
.section-projects .slick-next:before,
.section-projects .slick-prev:before {
    opacity: 1;
    color: #032668;
}
.section-projects .slick-arrow:hover:before,
.section-projects .slick-arrow:hover:before {
    color: #fff;
}
.section-projects .slick-next:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 2px;
}
.section-projects .slick-prev:before {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 2px;
}
.section-projects .slick-next {
    right: -60px;
    z-index: 10;
}
.section-projects .slick-prev {
    left: -60px;
    z-index: 10;
}
.margins {
	margin-top: 40px
}
.pic-home {
	height: 475px; width: 100%; background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url( "../img/airbuy_shop.jpg") no-repeat fixed; background-size: 100% 100%;
}
.pic-per {
	height: 475px; width: 100%; background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url( "../img/airbuy_lady.jpg") no-repeat fixed; background-size: 100% 100%;
}

/* xxs */
@media screen and (min-width: 0px) and (max-width: 400px) {

	.section-benefits {
		padding: 60px 0 60px 0;
	}
	.ico-social a {
		font-size: 20px;
	}
	.section-benefits .change{
		padding: 0px 0px;
	}
}
/* xs */
@media screen and (min-width: 401px) and (max-width: 767px) {
    .section-benefits {
        padding: 150px 0 60px 0;
    }
	.ico-social a {
		font-size: 30px;
	}
	.section-benefits .change{
		padding: 0px 80px;
	}
}

/* xs */
@media screen and (max-width: 767px) {
	.bg-waves{
		top: 260px;
	}
	.pic-per {
		height: 275px; width: 100%; background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url( "../img/airbuy_lady.jpg") no-repeat fixed;
	}
	.main-bton {
		font-size: 11px;
	}
	.main-btn {
		font-size: 11px;
	}
	.section-heroine h2 {
        font-size: 18px;
        line-height: 25px;
    }
	.section-heroine {
        padding: 100px 0 30px 0;
    }
	.section-heroine .margins{
		margin-top: 20px
	}
	
    .section-hero {
        padding: 100px 0 30px 0;
    }
    .section-hero h1 {
        font-size: 35px;
        line-height: 50px;
    }
    .section-hero h2 {
        font-size: 18px;
        line-height: 25px;
    }
    .section-projects {
        padding-top: 0;
    }
    .section-projects .row-slide {
        margin: 50px 30px 50px 30px;
    }
    .section-socials .row {
        margin: 0;
    }
    .section-footer {
        margin: 0;
    }
    .section-media {
        margin: 0 0 35px 0;
    }
    .section-media .media-logo > img {
        max-height: 25px;
        margin: 8px 0;
    }
	.section-register h1 {
		font-size: 30px;
	}
    .section-media h1 {
        font-size: 30px;
    }
    .section-footer .rights {
        text-align: center;
        margin-top: 20px;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-logo img {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .footer-nav {
        text-align: center;
    }
    .mobile-navbar-bg {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background: rgba(0, 0, 0, 0.85);
        width: 100%;
        height: 100%;
    }
    .navbar {
        padding-top: 5px;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }
    .navbar.sticky {
        background: #fff;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
        height: 58px;
    }
    .navbar.sticky .navbar-header {
        /*-webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;*/
        margin-top: 0;
        padding-top: 3px;
    }
    .navbar-nav {
        padding: 12px -15px;
    }
    .navbar-header {
        margin-top: 15px;
        margin-bottom: 10px;
        -webkit-transition: background-color .4s ease;
        -o-transition: background-color .4s ease;
        transition: background-color .4s ease;
    }
    .navbar-inverse .navbar-collapse {
        margin-right: 15px;
        margin-left: 15px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -moz-box-shadow: 0 11px 75px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 11px 75px rgba(0, 0, 0, 0.16);
        box-shadow: 0 11px 75px rgba(0, 0, 0, 0.16);
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #032668;
        text-align: center;
        padding: 18px 0;
    }

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus{
        color: #032668;
        /*background: #f6f6f6;*/
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }
    .navbar-inverse .navbar-nav > li > a.log-in {
        box-shadow: none;
        padding: 18px 0;
        margin-bottom: 13px;
        color: #032668;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        display: block;
    }
    .navbar-inverse .navbar-nav > li > a.log-in:hover {
        transform: none;
        transition: none;
        box-shadow: none;
        color: #032668;
    }
    .navbar-nav .open .dropdown-menu {
        margin-top: -10px;
    }
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #032668;
        background-color: transparent;
        text-decoration: none;
    }
    .dropdown-menu > li > a {
        text-align: center;
        color: #032668;
    }
    .dropdown-menu > li > a:hover {
        background: #f6f6f6;
    }
    span.title-dropdown > strong {
        display: inline-block;
    }
    .section-testimonials {
        padding: 15px 15px 35px 15px;
    }
    .section-testimonials .slick-slider {
         margin-left: 0;
         margin-right: 0;
     }
    .section-testimonials .slick-arrow {
        background: transparent;
        padding-bottom: 20px;
    }
    .section-testimonials .slick-next:before, .section-testimonials .slick-prev:before {
        color: #fff;
    }
    .section-testimonials .slick-arrow:hover {
        background: transparent;
    }
    .section-testimonials .slick-prev {
        left: -10px;
    }
    .section-testimonials .slick-next {
        right: -10px;
    }
    .section-testimonials .bubbles {
        margin: 80px 25px 50px 50px;
    }
    .section-testimonials .bubbles img {
        width: 200px;
        height: 200px;
    }
    .section-testimonials .bubbles .huge-circle {
        width: 220px;
        height: 220px;
    }
    .section-testimonials .bubbles .large-circle {
        width: 150px;
        height: 150px;
    }
    .section-testimonials .bubbles .tiny-circle {
        top: -30px;
    }
    .section-testimonials .testimonial .quotes-up {
        width: 30px;
    }
    .section-testimonials .testimonial .quotes-down {
        width: 30px;
        bottom: 50px;
        right: -23px;
    }
    .section-projects .slick-slider {
        margin-left: 0;
        margin-right: 0;
    }
    .section-projects .slick-arrow {
        background: transparent;
    }
    .section-projects .slick-arrow:hover:before, .section-projects .slick-arrow:hover:before {
        color: #032668;
    }
    .section-projects .slick-arrow:hover {
        background: transparent;
    }
    .section-projects .slick-prev {
        left: -5px;
    }
    .section-projects .slick-next {
        right: -5px;
    }
    .campaign-box .small-circle {
        width: 10px;
        height: 10px;
    }
    .section-testimonials .testimonial {
        width: 70%;
    }
    .section-benefits h1 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 50px;
    }
	.section-projects h1 {
        font-size: 30px;
        text-align: center;
        margin-top: 50px;
    }
    .section-benefits .benefits-circle {
        width: 60px;
        height: 60px;
        margin-top: 40px;
    }
    .section-benefits .benefits-circle.svg-heart {
        background-position: right 8px;
    }
    .section-benefits h2 {
        margin-top: 25px;
        font-size: 24px;
    }
    .section-benefits h3 {
        margin-top: 5px;
        font-size: 17px;
    }

}

/* xs-sm */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.section-benefits .change{
		padding: 0px 150px;
	}
    .section-footer {
        margin: 0;
    }
    .navbar > .container {
        padding-right: 0;
        padding-left: 0;
    }
    .section-testimonials {
        padding: 50px 25px 50px 25px;
    }
    .section-testimonials .testimonial {
        width: 38%;
    }
    .section-benefits {
        padding: 80px 0;
    }
    .section-benefits .benefits-circle {
        margin-top: 40px;
    }
    .section-media .media-logo > img {
        width: auto;
        max-height: 25px;
        margin: 25px 0;
    }

}


/* sm-md */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .section-testimonials {
        padding: 50px 50px 50px 50px;
    }
    .testimonial-content {
        display: inline-flex;
    }
}

/* lg+ */
@media screen and (min-width: 1200px) {

}