@media screen and (max-width: 1200px) {

    header {
        padding: 0 16px;
    }
    header .container {
        display: flex;
        justify-content: space-between;
    }
    header .logo {
        order: 2;
        margin-right: 28px;
    }
    header .logo a img {
        height: 32px;
    }
    header .navigation {
        display: none;
    }
    header .navigation.active {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        background-color: #0077B9;
        padding: 0;
    }
    header .navigation .navigation-header {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        width: 100%;
        height: 77px;
        padding: 0 16px;
        border-bottom: 1px solid rgb(255 255 255 / 8%);
    }
    header .navigation .navigation-header .logo {
        left: 50%;
        transform: translate(-50%, 0);
        margin-right: 0;
        margin-left: -32px;
    }
    header .navigation .navigation-header button {
        order: 1;
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        float: left;
        width: 32px;
        height: 32px;
        margin: 0;
        padding: 0;
        outline: none;
        background-color: transparent;
        border: none;
    }
    header .navigation .action {
        width: calc(100% - 32px);
        margin: 0 16px;
        color: #0077B9;
        background: #FFFFFF;
        margin-bottom: 34px;
        max-width: 375px;
    }
    header .navigation .action:hover {
        background: #FFE317;
    }
    header .navigation .menu {
        height: calc(100vh - 240px);
        margin: 0;
        padding: 24px 16px 0;
    }
    header .navigation .menu ul li {
        width: 100%;
        margin: 0;
    }
    header .navigation .menu ul li a {
        line-height: 43px;
        margin: 0 0 24px;
        font-size: 18px;
        color: #FFFFFF;
        font-family: 'Regular';
    }
    header .navigation .menu ul li a:hover {
        color: #FFE317;
    }
    header .navigation .menu ul li a:hover:after {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 50%;
        display: inline-block;
        float: left;
        width: 70px;
        height: 3px;
        margin: 0;
        padding: 0;
        background-color: #FFE317;
        border-radius: 4px;
        transform: translate(-50%, 0);
    }
    header .navigation .social {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 24px;
        padding: 0 16px;
    }
    header .navigation .social .facebook svg {
        fill: #FFE317;
    }
    header .navigation .social .instagram svg path {
        fill: #FFE317;
        stroke: #FFE317;
    }
    header .navigation .social .youtube svg path {
        fill: #FFE317;
        stroke: #FFE317;
    }
    header .navigation .social .whatsapp svg path {
        fill: #FFE317;
        stroke: #FFE317;
    }
    header .navigation .social .linkedin svg path {
        fill: #FFE317;
        stroke: #FFE317;
    }
    header .navigation-open {
        order: 1;
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        float: left;
        width: 32px;
        height: 32px;
        margin: 0 28px 0 0;
        padding: 0;
        outline: none;
        background-color: transparent;
        border: none;
    }

    header  .action-mobile {
        order: 3;
        position: relative;
        z-index: 1;
        display: inline-block;
        float: left;
        width: 87px;
        height: 36px;
        line-height: 36px;
        margin: 0;
        padding: 0;
        border-radius: 36px;
        font-size: 14px;
        font-family: 'Semibold';
        text-align: center;
        color: #FFFFFF;
        background-color: #0077B9;
        background: linear-gradient(-60deg, #73C90F 0%, #0077B9 100%);
    }

    main .section .container {
        max-width: 375px;
        padding: 0 16px;
    }

    main .section.web1-1 {
        padding-top: 16px;
        background-color: #FFFFFF;
        padding-bottom: 0;
    }
    main .web1-1.section .container {
        display: flex;
        flex-direction: column;
    }
    .web1-1 .gradients {
        order: 3;
    }
    .web1-1 .left {
        order: 2;
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }
    .web1-1 .left h1 {
        margin: 0 0 24px;
        font-size: 32px;
        text-align: center;
    }
    .web1-1 .left h1 span:after {
        bottom: -13px;
        width: 187px;
        height: 12px;
    }
    .web1-1 .left form {
        margin-bottom: 24px;
    }
    .web1-1 .left form h3 {
        margin: 0 0 24px;
        font-size: 18px;
        text-align: center;
    }
    .web1-1 .left form input {
        width: 100%;
        margin: 0 0 8px;
    }
    .web1-1 .left form button {
        width: 100%;
    }
    .web1-1 .left p {
        font-size: 15px;
        text-align: center;
    }
    .web1-1 .left p br {
        display: none;
    }
    .web1-1 .right {
        order: 1;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }
    .web1-1 .right .image {
        width: 304px;
        height: 304px;
        margin: 0;
    }
    .web1-1 .right .image img:nth-child(1) {
        width: 304px;
    }
    .web1-1 .right .image img:nth-child(2) {
        width: 304px;
    }
    .web1-1 .right .image img:nth-child(3) {
        width: 200px;
    }
    span.gradient[data-location="web1-1"]:nth-child(1) {
        top: 0;
        left: -32px;
        width: 59px;
        height: 59px;
    }
    span.gradient[data-location="web1-1"]:nth-child(2) {
        top: 60px;
        right: 5px;
        width: 35px;
        height: 35px;
    }
    span.gradient[data-location="web1-1"]:nth-child(3) {
        top: 266px;
        left: 12px;
        width: 120px;
        height: 85px;
        transform: rotate(-20deg);
    }

    main .section.web1-2 {
        padding: 0 0 40px;
        margin-top: 0;
        margin-bottom: 0;
        background-color: #FFF;
    }
    .web1-2 h1 {
        font-size: 24px;
    }
    .web1-2 .boxes {
        flex-direction: column;
    }
    .web1-2 .boxes .box,
    .web1-2 .boxes .box:first-child {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin: 0 0 16px;
        padding: 24px;
        border-radius: 20px;
        left: auto;
        background-color: #FFFFFF;
        box-shadow: none;
    }
    .web1-2 .boxes .box img,
    .web1-2 .boxes .box:first-child img {
        margin-bottom: 20px;
    }
    .web1-2 .boxes .box h4,
    .web1-2 .boxes .box:first-child h4 {
        text-align: center;
        margin-bottom: 8px;
        color: #444444;
        font-size: 18px;
    }
    .web1-2 .boxes .box p,
    .web1-2 .boxes .box:first-child p {
        color: #475569;
        text-align: center;
        font-size: 13px;
    }
    .web1-2 .boxes .box p br,
    .web1-2 .boxes .box:first-child p br {
        display: none;
    }
    .web1-2 .boxes .box:last-child {
        margin-bottom: 0;
    }

    main .section.web1-3 {
        margin-bottom: 0;
        padding: 40px 0 20px;
    }
    .web1-3 h1 {
        margin: 0 0 64px;
        letter-spacing: 0;
        line-height: 1.2;
        font-size: 24px;
    }
    .web1-3 .companies:not(.mobile) {
        display: none;
    }
    .web1-3 .companies.mobile {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .web1-3 .companies.mobile span {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 164px;
        height: 48px;
        margin-right: 15px;
        margin-bottom: 20px;
    }
    .web1-3 .companies.mobile span:nth-child(2n) {
        margin-right: 0;
    }
    .web1-3 .companies.mobile span:nth-child(2n+1) {
        clear: both;
    }
    .web1-3 .companies.mobile span img {
        height: 32px;
    }

    main .section.web1-4 {
        padding: 48px 0 64px;
    }
    .web1-4 h1 {
        text-align: center;
        font-size: 28px;
        margin-bottom: 24px;
    }
    .web1-4 h1 span {
        display: inline-block;
    }
    .web1-4 h1 span:after {
        bottom: -11px;
        left: 0;
        width: 145px;
        height: 7px;
    }
    .web1-4 p {
        font-size: 16px;
        text-align: center;
    }
    .web1-4 .left {
        width: 100%;
        margin-bottom: 64px;
    }
    .web1-4 .left img {
        max-width: 100%;
    }
    .web1-4 .right {
        width: 100%;
        height: auto;
        padding: 0;
    }
    .web1-4 .right h3 {
        margin: 0 0 16px;
        font-size: 22px;
    }
    .web1-4 .right span {
        font-size: 13px;
    }
    .web1-4 .right span br:nth-child(1),
    .web1-4 .right span br:nth-child(4) {
        display: none;
    }
    span.gradient[data-location="web1-4"]:nth-child(1) {
        top: 460px;
        right: 10px;
        width: 65px;
        height: 65px;
    }
    span.gradient[data-location="web1-4"]:nth-child(2) {
        bottom: -50px;
        right: 159px;
        width: 40px;
        height: 40px;
    }
    span.gradient[data-location="web1-4"]:nth-child(3) {
        bottom: 156px;
        left: 54px;
        width: 150px;
        height: 213px;
    }

    main .section.web1-5 {
        padding: 48px 0 64px;
    }
    .web1-5 .left {
        width: 100%;
        height: auto;
    }
    .web1-5 .left:before {
        bottom: -27px;
        left: -50px;
        width: 281px;
        height: 283px;
    }
    .web1-5 .left h2 {
        margin: 0 0 16px;
        font-size: 22px;
    }
    .web1-5 .left p {
        margin: 0 0 64px;
        font-size: 13px;
    }
    .web1-5 .right {
        width: 100%;
    }
    .web1-5 .right .image {
        max-width: 100%;
        height: auto;
        margin: 0;
    }
    .web1-5 .right .image img:nth-child(1) {
        top: 0;
        right: 0;
        max-width: 100%;
    }
    .web1-5 .right .image img:nth-child(2) {
        top: 37px;
        right: 81px;
        max-width: 80%;
    }
    .web1-5 .right .image img:nth-child(3) {
        position: relative;
        max-width: 100%;
    }

    main .section.web1-6 {
        padding: 48px 0 0;
    }
    .web1-6 .left {
        width: 100%;
        margin: 0 0 64px;
    }
    .web1-6 .left img {
        max-width: 100%;
    }
    .web1-6 .right {
        width: 100%;
        height: auto;
        padding: 0;
        margin-bottom: 32px;
    }
    .web1-6 .right h2 {
        margin: 0 0 16px;
        font-size: 22px;
    }
    .web1-6 .right p {
        font-size: 13px;
    }
    .web1-6 .right p br:nth-child(1),
    .web1-6 .right p br:nth-child(4) {
        display: none;
    }
    .web1-6 .banner {
        width: 100%;
        height: 342px;
        margin: 0 0 -160px;
        padding: 40px 16px;
        background-image: url(../img/web1/section6/backgroundm.png);
        border-radius: 10px;
    }
    .web1-6 .banner .info {
        width: 100%;
    }
    .web1-6 .banner .info h2 {
        margin: 0 0 24px;
        font-size: 24px;
        text-align: center;
    }
    .web1-6 .banner .info p {
        font-size: 15px;
        text-align: center;
    }
    .web1-6 .banner .info p br {
        display: none;
    }
    .web1-6 .banner .action {
        width: 100%;
        margin: 24px 0 0;
    }
    span.gradient[data-location="web1-6"]:nth-child(1) {
        top: 223px;
        left: -38px;
        width: 65px;
        height: 65px;
    }
    span.gradient[data-location="web1-6"]:nth-child(2) {
        top: 299px;
        left: 316px;
        width: 36px;
        height: 36px;
    }
    span.gradient[data-location="web1-6"]:nth-child(3) {
        top: 472px;
        right: -32px;
        width: 160px;
        height: 97px;
    }
    
    main .section.web1-7 {
        padding: 160px 0 64px;
    }
    .web1-7 .left {
        width: 100%;
        margin-bottom: 64px;
    }
    .web1-7 .left:nth-child(4) {
        margin-bottom: 20px;
    }
    .web1-7 .left h1 {
        margin: 40px 0 24px;
        font-size: 28px;
        text-align: center;
    }
    .web1-7 .left h1 span:after {
        bottom: -10px;
        left: 0;
        width: 191px;
        height: 8px;
    }
    .web1-7 .left p {
        margin: 0 0 64px;
        font-size: 15px;
        text-align: center;
    }
    .web1-7 .left img {
        max-width: 100%;
    }
    .web1-7 .right {
        width: 100%;
        margin-bottom: 0;
    }
    .web1-7 .right:nth-child(3) {
        margin-top: 0;
    }
    .web1-7 .info {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .web1-7 .info:last-child {
        margin-bottom: 40px;
    }
    .web1-7 .info img {
        margin: 0 0 32px;
        max-width: 90px;
    }
    .web1-7 .info .details {
        width: 100%;
    }
    .web1-7 .info .details h3 {
        margin: 0 0 16px;
        font-size: 20px;
        text-align: center;
    }
    .web1-7 .info .details p {
        font-size: 13px;
        text-align: center;
    }
    .web1-7 .info .details p br {
        display: none;
    }
    .web1-7 .right img {
        max-width: 100%;
    }
    span.gradient[data-location="web1-7"]:nth-child(1) {
        top: -42px;
        right: 5px;
        width: 82px;
        height: 82px;
    }
    span.gradient[data-location="web1-7"]:nth-child(2) {
        top: 80px;
        left: -27px;
        width: 40px;
        height: 40px;
    }
    span.gradient[data-location="web1-7"]:nth-child(3) {
        top: 410px;
        left: 60px;
        width: 110px;
        height: 160px;
    }
    span.gradient[data-location="web1-7"]:nth-child(4) {
        display: none;
    }
    span.gradient[data-location="web1-7"]:nth-child(5) {
        top: 1580px;
        left: 43px;
        width: 82px;
        height: 82px;
    }
    span.gradient[data-location="web1-7"]:nth-child(6) {
        top: 2227px;
        right: 8px;
        width: 40px;
        height: 40px;
    }
    span.gradient[data-location="web1-7"]:nth-child(7) {
        top: 2739px;
        left: 60px;
        width: 140px;
        height: 143px;
        transform: rotate(-86deg);
    }
    
    main .section.web1-8 {
        padding: 48px 0 0;
        background-color: rgb(255 255 255 / 40%);
    }
    .web1-8 .gradients {
        display: none;
    }
    .web1-8 .box {
        padding: 40px 16px 0 16px;
        border-radius: 20px 20px 0 0;
        background-image: url(../img/web1/section8/bgm.png);
    }
    .web1-8 .box h1 {
        margin: 0 0 24px;
        font-size: 24px;
        text-align: center;
        line-height: 1.3;
        font-family: 'Medium';
    }
    .web1-8 .box h1 span:after {
        bottom: -8px;
        left: 0;
        width: 188px;
        height: 8px;
    }
    .web1-8 .box p {
        margin: 0 0 24px;
        font-size: 16px;
        text-align: center;
    }
    .web1-8 .box .action-mobile {
        display: inline-block;
    }
    .web1-8 .box .infos {
        margin: 0 0 40px;
    }
    .web1-8 .box .infos .info {
        width: 100%;
        margin: 0 0 24px;
    }
    .web1-8 .box .infos .info:last-child {
        margin-bottom: 0;
    }
    .web1-8 .box .infos .info img {
        max-width: 40px;
        margin: 0 16px 0 0;
    }
    .web1-8 .box .infos .info .details {
        width: calc(100% - 56px);
    }
    .web1-8 .box .infos .info .details h3 {
        margin: 12px 0;
        font-size: 20px;
    }
    .web1-8 .box .infos .info .details p {
        line-height: 1.5;
        font-size: 13px;
    }
    .web1-8 .box .infos .info .details p br {
        display: none;
    }
    .web1-8 .banner {
        height: auto;
        min-height: 325px;
        margin: 0 0 -143px;
        padding: 40px 16px;
        background-size: cover;
        background-position: bottom;
        background-image: url(../img/web1/section6/backgroundm.png);
        border-radius: 0 0 20px 20px;
    }
    .web1-8 .banner .info {
        width: 100%;
    }
    .web1-8 .banner .info h2 {
        margin: 0 0 24px;
        font-size: 24px;
        text-align: center;
        white-space: normal;
    }
    .web1-8 .banner .info h2 br {
        display: none;
    }
    .web1-8 .banner .info p {
        font-size: 15px;
        text-align: center;
    }
    .web1-8 .banner .info p br {
        display: none;
    }
    .web1-8 .banner .action {
        width: 100%;
        margin: 24px 0 0;
    }

    main .section.web2-1 {
        padding: 83px 0 99px;
    }
    .web2-1 h1 {
        font-size: 32px;
    }
    .web2-1 h1 span:after {
        bottom: -4px;
        width: 119px;
        height: 7px;
    }
    .web2-1 p {
        font-size: 16px;
    }
    .web2-1 p br {
        display: none;
    }
    .web2-1 .image {
        top: 0;
        right: 0;
        width: 186px;
        height: 186px;
    }
    .web2-1 .image img:nth-child(2) {
        width: 110%;
        right: -28px;
    }
    span.gradient[data-location="web2-1"]:nth-child(1) {
        top: -53px;
        left: -49px;
        width: 65px;
        height: 65px;
    }
    span.gradient[data-location="web2-1"]:nth-child(2) {
        top: 114px;
        right: 13px;
        width: 40px;
        height: 40px;
        background-color: #FFFFFF;
    }
    span.gradient[data-location="web2-1"]:nth-child(3) {
        top: 158px;
        left: 44px;
        width: 109px;
        height: 88px;
    }

    main .section.web2-2 {
        padding: 48px 0;
    }
    .web2-2 .left {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 24px;
    }
    .web2-2 .left img {
        max-width: 260px;
        margin: 0;
    }
    .web2-2 .right {
        width: 100%;
    }
    .web2-2 .right h3 {
        margin: 0 0 24px;
        line-height: 1.2;
        font-size: 28px;
        text-align: center;
        white-space: normal;
        letter-spacing: -2px;
        text-transform: capitalize;
    }
    .web2-2 .right p {
        margin: 0 0 24px;
        line-height: 1.4;
        font-size: 16px;
        text-align: center;
    }
    .web2-2 .right p br:nth-child(1),
    .web2-2 .right p br:nth-child(4),
    .web2-2 .right p br:nth-child(5),
    .web2-2 .right p br:nth-child(6),
    .web2-2 .right p br:nth-child(7),
    .web2-2 .right p br:nth-child(8) {
        display: none;
    }
    .web2-2 .right img {
        max-width: 100%;
    }
    span.gradient[data-location="web2-2"]:nth-child(1) {
        top: 33px;
        left: -29px;
        width: 35px;
        height: 35px;
    }
    span.gradient[data-location="web2-2"]:nth-child(2) {
        top: 734px;
        right: 10px;
        width: 60px;
        height: 60px;
    }
    span.gradient[data-location="web2-2"]:nth-child(3) {
        top: 911px;
        left: -18px;
        width: 104px;
        height: 72px;
    }
    span.gradient[data-location="web2-2"]:nth-child(4) {
        display: none;
    }

    main .section.web2-3 {
        padding: 48px 0 0;
    }
    .web2-3 .left {
        width: 100%;
        margin: 0 0 64px;
    }
    .web2-3 .left img {
        max-width: 100%;
    }
    .web2-3 .right {
        width: 100%;
        height: auto;
        padding: 0;
        margin-bottom: 48px;
    }
    .web2-3 .right h1 {
        margin: 0 0 24px;
        font-size: 28px;
    }
    .web2-3 .right h1 br {
        display: none;
    }
    .web2-3 .right h1 span:after {
        bottom: -8px;
        width: 87px;
        height: 7px;
    }
    .web2-3 .right p {
        font-size: 16px;
        margin-bottom: 24px;
        text-align: center;
    }
    .web2-3 .right p br {
        display: none;
    }
    .web2-3 .right span.info {
        margin: 0 0 24px;
        padding: 2px 0 0 48px;
        font-size: 15px;
    }
    .web2-3 .right span.info:last-child {
        margin-bottom: 0;
    }
    span.gradient[data-location="web2-3"]:nth-child(1) {
        top: 223px;
        left: -38px;
        width: 65px;
        height: 65px;
    }
    span.gradient[data-location="web2-3"]:nth-child(2) {
        top: -32px;
        left: 335px;
        width: 36px;
        height: 36px;
    }
    span.gradient[data-location="web2-3"]:nth-child(3) {
        top: 519px;
        right: -32px;
        width: 120px;
        height: 97px;
    }
    
    main .section.web2-4 {
        padding: 48px 0 64px;
    }
    .web2-4 h1 {
        margin: 0 0 32px;
        line-height: 1.3;
        font-size: 24px;
        text-align: center;
    }
    .web2-4 h1 span:after {
        bottom: -7px;
        left: -4px;
        width: 96px;
        height: 7px;
    }
    .web2-4 .infos {
        margin: 0;
        padding: 0;
    }
    .web2-4 .infos .info {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin: 0 0 24px;
    }
    .web2-4 .infos .info h3 {
        margin: 0 0 12px;
        line-height: 1.1;
        font-size: 20px;
        text-align: center;
    }
    .web2-4 .infos .info p {
        line-height: 1.5;
        font-size: 13px;
        text-align: center;
    }
    span.gradient[data-location="web2-4"]:nth-child(1) {
        bottom: -105px;
        left: 43px;
        width: 80px;
        height: 80px;
    }
    span.gradient[data-location="web2-4"]:nth-child(2) {
        top: 564px;
        right: 12px;
        width: 35px;
        height: 35px;
    }
    span.gradient[data-location="web2-4"]:nth-child(3) {
        top: -29px;
        left: -39px;
        width: 85px;
        height: 207px;
    }
    span.gradient[data-location="web2-4"]:nth-child(4) {
        top: 71px;
        right: -13px;
        width: 304px;
        height: 307px;
    }

    main .section.web2-5 {
        padding: 48px 0 0;
    }
    .web2-5 .gradients {
        display: none;
    }
    .web2-5 .box {
        max-width: 100%;
        margin: 0;
    }
    .web2-5 .box h1 {
        margin: 0 0 16px;
        line-height: 1.3;
        font-size: 24px;
        font-family: 'Medium';
        text-align: center;
    }
    .web2-5 .box h1 span:after {
        bottom: -3px;
        left: 0;
        width: 196px;
        height: 6px;
    }
    .web2-5 .box p {
        margin: 0 0 16px;
        line-height: 1.4;
        font-size: 16px;
        text-align: center;
    }
    .web2-5 .box .infos {
        margin: 0;
    }
    .web2-5 .box .infos .info {
        width: 100%;
        margin-bottom: 16px;
    }
    .web2-5 .box .infos .info img {
        width: 40px;
        margin: 0 16px 0 0;
    }
    .web2-5 .box .infos .info .details {
        width: calc(100% - 56px);
    }
    .web2-5 .box .infos .info .details h3 {
        margin: 12px 0;
        font-size: 20px;
    }
    .web2-5 .box .infos .info .details p {
        line-height: 1.5;
        font-size: 13px;
    }
    .web2-5 .box .infos .info .details p br {
        display: none;
    }
    .web2-5 .banner {
        height: auto;
        min-height: 295px;
        margin: 0 0 -143px;
        padding: 40px 16px;
        background-size: cover;
        background-position: bottom;
        background-image: url(../img/web1/section6/backgroundm.png);
        border-radius: 20px;
    }
    .web2-5 .banner .info {
        width: 100%;
    }
    .web2-5 .banner .info h2 {
        margin: 0 0 24px;
        font-size: 24px;
        text-align: center;
        white-space: normal;
    }
    .web2-5 .banner .info h2 br {
        display: none;
    }
    .web2-5 .banner .info p {
        font-size: 15px;
        text-align: center;
    }
    .web2-5 .banner .info p br {
        display: none;
    }
    .web2-5 .banner .action {
        width: 100%;
        margin: 24px 0 0;
    }

    footer {
        padding: 143px 0 0;
    }
    footer .container {
        padding: 64px 16px 0;
    }
    footer .menu {
        width: 100%;
        margin: 0 0 48px;
    }
    footer .menu h4 {
        line-height: 1.2;
        font-size: 13px;
        text-align: center;
    }
    footer .menu ul {
        width: 100%;
    }
    footer .menu ul li a {
        line-height: 1.2;
        font-size: 14px;
        text-align: center;
    }
    footer .social {
        margin-bottom: 48px;
    }
}