section .description h2 {
    font-style: normal;
    font-weight: 800 !important;
    font-size: 25px;
    line-height: 30px;
    color: #3b3b3b;
    margin-top: 60px;
}
section .description h1 span {
    font-size: 16px;
}
section .description ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
section .description ul li img {
    margin-right: 10px;
}
section .description ul li {
    padding: 10px;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 16px;
    color: #3b3b3b;
    display: flex;
    align-items: center;
}
/* hero section */
.hero {
    width: 100%;
    height: 794px;
    position: relative;
    overflow: hidden;
    background-color: #fafafa;
    margin-top: -125px;
}
.hero .ellipse {
    position: absolute;
    width: 274px;
    height: 274px;
    top: 180px;
    left: 19px;
    background: #64c7f2;
    opacity: 0.1;
    border-radius: 50%;
}
.hero .background {
    position: absolute;
    top: 0px;
    right: 0px;
}
.hero .mobile {
    position: absolute;
    right: 180px;
    top: 170px;
}
.hero .content {
    width: 100%;
    margin-top: 240px;
}
.hero .content h1 {
    font-style: normal;
    font-weight: 900 !important;
    font-size: 56px;
    line-height: 67px;
/*    color: #3b3b3b;*/
    color: #fff;
}
.hero .content p {
    width: 100%;
    font-style: normal;
    font-weight: 800 !important;
    font-size: 20px;
    line-height: 28px;
/*    color: #3b3b3b;*/
    color: #fff;
    opacity: 0.75;
}
/* business-solution section*/
.business-solution {
    width: 100%;
    background: #ffffff;
    padding: 80px 0px;
}
.business-solution .text-content {
    padding: 0px 160px;
}
.business-solution .text-content h1 {
    font-weight: 900 !important;
    font-style: normal;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
}
.business-solution .text-content h1 span {
    font-size: 16px;
}
.business-solution .content {
    position: relative;
}
.business-solution .content .ellipse {
    position: absolute;
    top: -40px;
    left: 60px;
    width: 330px;
    height: 330px;
    background: #64c7f2;
    border-radius: 50%;
    box-shadow: 2px 2px 100px rgba(0, 0, 0, 0.1);
}
.business-solution .content .hp-elite {
    width: 100%;
    margin-left: 24px;
}
.business-solution .content .hp-elite img {
    width: 100%;
    height: 100%;
}
.business-solution .description h2 {
    margin-top: 20px;
}
/* mission-statement section */
.mission-statement {
    height: 346px;
    background: #3b3b3b;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.mission-statement .text-content {
    margin-left: 80px;
    padding: 65px 0px;
}
.mission-statement .text-content img {
    width: 100px;
}
.mission-statement .text-content h1 {
    font-style: normal;
    font-weight: 900 !important;
    font-size: 28px;
    line-height: 37px;
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.mission-statement .background {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
}
.mission-statement .background img {
    width: 100%;
    height: 100%;
}
/* academies section */
.academies {
    width: 100%;
    background: #fafafa;
    padding: 20px 0px;
}
.academies .description {
    margin-left: 100px;
}
.academies .macbook-pro {
    width: 100%;
    margin-top: 4rem;
}
.academies .macbook-pro img {
    width: 100%;
}
/* members */
.members {
    width: 100%;
    padding: 60px 0px;
}
.members .content {
    position: relative;
}
.members .content .ellipse {
    position: absolute;
    top: 0px;
    left: 32px;
    width: 330px;
    height: 330px;
    background: #64c7f2;
    border-radius: 50%;
    box-shadow: 2px 2px 100px rgba(0, 0, 0, 0.1);
}
.members .description h2 {
    margin-top: 0px !important;
}
.members .content .ipad-pro {
    width: 100%;
    margin-left: 24px;
    margin-top: 40px;
}
.members .content .ipad-pro img {
    width: 100%;
    height: 100%;
}
.members .description {
    margin: 0px;
}
/* academy-owners section */
.academy-owners {
    background: #005992;
    box-shadow: 2px 2px 100px rgba(0, 0, 0, 0.1);
    margin-top: 80px;
    height: 575px;
}
.academy-owners .description {
    margin-top: 80px;
}
.academy-owners h1 {
    font-style: normal;
    font-weight: 800 !important;
    font-size: 36px;
    line-height: 18px;
    color: #ffffff;
}
.academy-owners h1 span {
    font-size: 16px;
}
.academy-owners ul li {
    color: #ffffff !important;
}
.academy-owners .description .text {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 18px;
    line-height: 23px;
    color: #ffffff;
    padding-left: 10px;
    border-left: 5px solid #fff;
}
.academy-owners .iphone13-pro {
    width: 100%;
    margin-top: -86px !important;
}
.academy-owners .iphone13-pro img {
    width: 100%;
}
/* qr-scan section */
.qr-scan {
    width: 100%;
    padding-top: 80px;
}
.qr-scan .qr-code {
    width: 100%;
}
.qr-scan .qr-code img {
    width: 100%;
}
.qr-scan .description {
    margin-top: 16px;
}
.qr-scan .description h2 {
    font-style: normal;
    font-weight: 800 !important;
    font-size: 25px;
    line-height: 18px;
    margin-top: 20px;
}
.qr-scan .description h2 span {
    font-size: 16px;
}
/* payment-methods section */
.payment-methods {
    width: 100%;
    height: auto;
    background: #fafafa;
    padding: 66px 0px 40px 0px;
}
.payment-methods .description h2 {
    margin-top: 0px;
}
.payment-methods .payment-images img {
    width: 100px;
    margin-bottom: 30px;
}
.payment-methods .payment-images .payment-img {
    margin-left: 100px;
}
/* suggestion section */
.suggestion {
    height: 346px;
    background: #3b3b3b;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.suggestion .text-content {
    padding: 98px 10px;
}
.suggestion .text-content img {
    margin-right: 35px;
    margin-top: 32px;
    width: 100px;
}
.suggestion .text-content h1 {
    font-style: normal;
    font-weight: 900 !important;
    font-size: 28px;
    line-height: 37px;
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.suggestion .background {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}
.suggestion .background img {
    width: 100%;
    height: 100%;
}
/* contact-us section */
.contact-us {
    width: 100%;
    background: #fafafa;
    padding: 80px 0px;
}
.contact-us .description h2 {
    font-style: normal;
    font-weight: 800 !important;
    font-size: 25px;
    line-height: 18px;
    margin-top: 20px;
}
.contact-us .description h2 span {
    font-size: 16px;
}
.contact-us .form-control {
    border: 0.7px solid #3b3b3b !important;
    border-radius: 8px !important;
    padding: 21px 16px !important;
}
.contact-us .form-control:focus {
    border-color: #3b3b3b !important;
    box-shadow: none !important;
}
.contact-us .iphone13 {
    width: 100%;
}
.contact-us .iphone13 img {
    width: 100%;
}
/* footer section*/
.footer {
    padding: 30px 0px;
}
.footer .social-icons {
    display: flex;
}
.footer .social-icons a {
    display: inline-block;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    background-color: #64c7f2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .links {
    border-bottom: 0.7px solid #888888;
}
.footer .links ul {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer .links ul li:not(:first-child) {
    border-left: 1px solid #005992;
    padding-left: 14px;
}

.footer .links ul li {
    padding: 0px 14px 0px 0px;
}
.footer .links ul li a {
    font-size: 12px;
    color: #3b3b3b;
    text-transform: uppercase;
}
.footer .payment-methods {
    background-color: #fff;
    border-bottom: 0.7px solid #888888;
    height: auto;
    padding: 0px;
}
.footer .payment-methods img {
    width: 70px;
}
.footer .payment-methods .payment-img {
    margin-left: 50px;
}
.footer .payment-methods .heading {
    color: #888888;
    font-size: 14px;
}
.footer .stores .heading {
    color: #888888;
    font-size: 14px;
}
.footer .store-card {
    background: #005992;
    display: flex;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
}
.footer .store-card img {
    width: 28px;
}
.footer .store-card .text {
    font-size: 12px;
}
.footer .store-card b {
    font-size: 14px;
}
.footer .footer-bottom {
    color: #888888;
    font-size: 14px;
    text-align: center;
    margin-top: 50px;
}
@media screen and (max-width: 992px) {
    .hero {
        height: 550px;
    }
    .hero .content h1 {
        font-size: 34px;
        line-height: 43px;
    }
    .hero .background {
        top: -100px;
        right: -223px;
    }
    .hero .mobile {
        right: 305px;
        top: 250px;
        width: 190px;
    }
    .hero .content p {
        font-size: 16px;
        line-height: 24px;
    }
    .business-solution,
    .qr-scan {
        padding: 40px 0px;
    }
    .business-solution .text-content {
        padding: 0px;
    }
    section .description h2 {
        font-size: 20px !important;
        line-height: 24px !important;
        margin-top: 20px !important;
    }
    section .description h1 {
        font-size: 25px !important;
        line-height: 23px !important;
    }
    section .description h1 span {
        font-size: 14px;
        font-weight: 100 !important;
    }
    section .description ul li {
        font-weight: 100 !important;
        font-size: 14px;
        line-height: 14px;
    }
    .business-solution .content .ellipse {
        width: 165.47px;
        height: 165.47px;
        top: 20px;
    }
    .business-solution .content .hp-elite {
        margin-top: 47px;
    }
    .members .content .ellipse {
        width: 165.47px;
        height: 165.47px;
        top: 24px;
        left: 10px;
    }
    .members .content .ipad-pro {
        margin-top: 80px;
    }
    .mission-statement {
        height: 266px;
    }
    .academies .description {
        margin-left: 0px;
    }
    .academies .macbook-pro img {
        margin-top: 100px;
    }
    .qr-scan {
        padding: 0px;
    }
    .qr-scan .description {
        margin-top: 32px;
    }
    .qr-scan .qr-code {
        margin-top: 100px;
    }
    section .description h2 span {
        font-size: 14px !important;
        font-weight: 100 !important;
    }
    .payment-methods .payment-images .payment-img {
        margin-left: 40px;
    }
    .iphone13 {
        display: none;
    }
    .contact-us .content {
        padding: 0px 140px;
    }
    .footer-left {
        text-align: center;
    }
    .footer-left p {
        padding: 0px 160px;
    }
    .payment-methods {
        text-align: center;
    }
    .payment-methods .heading {
        font-weight: bold !important;
    }
    .stores {
        text-align: center;
    }
    .stores .heading {
        font-weight: bold !important;
    }
    .mission-statement .text-content {
        margin-left: 0px;
        padding: 30px 0px;
    }
    .mission-statement .text-content h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .mission-statement .text-content img {
        width: 80px;
    }
    .suggestion {
        height: 259px;
    }
    .suggestion .text-content {
        padding: 78px 26px;
    }
    .suggestion .text-content h1 {
        font-size: 20px;
        line-height: 27px;
    }
    .suggestion .text-content .img {
        margin-top: -55px;
    }
    .suggestion .text-content img {
        margin-right: 16px;
        margin-top: 46px;
    }
    .footer .payment-methods {
        padding: 10px 0px;
    }
    .footer .links {
        padding: 8px;
    }
    .footer .links ul li:not(:first-child) {
        padding-left: 20px;
    }
    .hero .content {
        margin-top: 210px;
    }
    .hero .ellipse {
        width: 187px;
        height: 187px;
        left: 0px;
    }
    .academy-owners {
        margin-top: 0px;
    }
    .academy-owners .iphone13-pro {
        margin-top: 0px !important;
    }
    .academy-owners .description {
        margin-top: 0px;
    }
    .academy-owners {
        height: auto;
        padding: 60px 0px;
    }
    .footer .payment-methods .payment-img {
        margin-left: 15px;
    }
    .footer .payment-methods img {
        width: 64px;
        margin-bottom: 16px;
    }
    .footer .links ul li a {
        font-size: 10px;
    }
    .footer .social-icons {
        justify-content: center;
    }
}
@media screen and (max-width: 576px) {
    .business-solution .content .hp-elite {
        margin-left: 0px;
        margin-top: 30px;
    }
    .business-solution .content .ellipse {
        left: 20px;
        top: 17px;
        width: 136.47px;
        height: 136.47px;
    }
    section .description h1 {
        font-size: 20px !important;
        line-height: 24px !important;
    }
    section .description h1 span {
        font-size: 12px !important;
        line-height: 12px !important;
    }
    .academies .macbook-pro img {
        margin-top: 20px;
    }
    .members .content .ipad-pro {
        width: 100%;
        margin-left: 0px;
        margin-top: 26px;
    }
    .members {
        padding: 30px 0px;
    }
    .qr-scan .description {
        padding: 0px;
    }
    .payment-methods .payment-images .payment-img {
        margin-left: 26px;
    }
    .contact-us .content {
        padding: 0px;
    }
    .footer-left p {
        padding: 0px 30px;
    }
    .footer .payment-methods img {
        /* margin-right: 30px; */
    }
    .footer .store-card {
        margin: 10px 60px;
    }
    .hero .content {
        padding: 0px;
        margin-top: 80px;
    }
    .hero {
        height: 512px;
        margin-top: -35px;
    }
    .hero .mobile {
        right: 260px;
        top: 240px;
        width: 110px;
    }
    .hero .background {
        top: 35px;
        right: -223px;
    }
    .hero .background .bg-image {
        width: 700px;
    }
    .hero .content h1 {
        font-size: 32px !important;
        line-height: 37px;
    }
    .academy-owners .iphone13-pro img {
        width: 60%;
    }
    .academies .macbook-pro {
        padding: 16px;
        margin-top: -16px;
    }
    .mission-statement {
        height: 198.47px;
    }
    .mission-statement .text-content h1 {
        font-size: 20px;
        line-height: 24px;
    }
    .mission-statement .text-content img {
        width: 70px;
    }
    .suggestion {
        height: 198.47px;
    }
    .suggestion .text-content h1 {
        font-size: 20px;
        line-height: 24px;
    }
    .suggestion .text-content .img {
        margin-top: 0px;
    }
    .suggestion .text-content img {
        width: 70px;
        margin-right: 14px;
        margin-top: -18px;
    }
    .suggestion .text-content {
        padding: 58px 0px;
    }
    .hero .ellipse {
        width: 176px;
        height: 176px;
        left: 0px;
        top: 20px;
    }
    .payment-methods {
        height: 248px;
        padding: 20px 0px;
    }
    .payment-methods .payment-images img {
        width: 64px;
        margin-bottom: 16px;
    }
    .footer .payment-methods {
        padding: 20px 0px;
    }
    .hero .content p {
        font-size: 16px;
        margin-top: 30px;
        line-height: 23px;
    }
    .academy-owners .iphone13-pro {
        margin-top: 30px !important;
    }
    section .description h2 span {
        display: block;
    }
    .footer .links ul {
        justify-content: center;
    }
    .footer .links ul li {
        margin-bottom: 10px;
    }
    .footer .links ul li a {
        font-size: 13px;
    }
    .qr-scan .qr-code {
        margin-top: 30px;
    }
    .stripe {
        margin-left: 0px !important;
        margin-right: 36px !important;
    }
    .paypal {
        margin-left: 0px !important;
        margin-right: 36px !important;
    }
    .revolut {
        margin-left: 0px !important;
        margin-right: 36px !important;
    }
    .gocardless {
        margin-left: 0px !important;
        margin-right: 36px !important;
    }
    .applepay{
        margin-left: 0px;
        margin-right: 0px;
    }
    .redsys {
        margin-left: 0px !important;
        margin-right: 36px !important;
    }
    .mastercard {
        margin-left: 0px !important;
        margin-right: 36px !important;
    }
    .direct-debit {
        margin-left: 0px !important;
        margin-right: 36px !important;
    }
    .visa {
        margin-left: 0px !important;
        margin-right: 36px !important;
    }
    .bizum {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}
@media screen and (max-width: 535px){
    .stripe {
        margin-left: 0px !important;
        margin-right: 36px !important;
    }
    .paypal {
        margin-left: 0px !important;
        margin-right: 36px !important;
    }
    .revolut {
        margin-left: 0px !important;
        margin-right: 36px !important;
    }
    .gocardless {
        margin-left: 0px !important;
        margin-right: 36px !important;
    }
    .applepay{
        margin-left: 0px;
        margin-right: 36px;
    }
    .redsys {
        margin-left: 0px !important;
        margin-right: 36px !important;
    }
    .mastercard {
        margin-left: 0px !important;
        margin-right: 36px !important;
    }
    .direct-debit {
        margin-left: 0px !important;
        margin-right: 36px !important;
    }
    .visa {
        margin-left: 0px !important;
        margin-right: 36px !important;
    }
    .bizum {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media screen and (max-width: 463px) {
    .payment-methods {
        height: auto;
        padding: 20px 0px;
    }
    .row{
        justify-content: center;
    }
    .store-card-width{
        width:90%;
    }
}