﻿@font-face {
    font-family: 'WorkSansExtraLight';
    src: url(../fonts/WorkSans/WorkSans-ExtraLight.ttf);
}
@font-face {
    font-family: 'WorkSansMedium';
    src: url(../fonts/WorkSans/WorkSans-Medium.ttf);
}
@font-face {
    font-family: 'WorkSansSemiBold';
    src: url(../fonts/WorkSans/WorkSans-SemiBold.ttf);
}

@font-face {
    font-family: 'WorkSansRegular';
    src: url(../fonts/WorkSans/WorkSans-Regular.ttf);
}

@font-face {
    font-family: RobotoRegular;
    src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: RobotoMedium;
    src: url(../fonts/Roboto/Roboto-Medium.ttf);
}
@font-face {
    font-family: RobotoBold;
    src: url(../fonts/Roboto/Roboto-Bold.ttf);
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 1s;
}

.lateFadeInUp {
    opacity: 0;
}
    .lateFadeInUp.fadeInUp {
        opacity: 1;
    }

body {
    overflow-x: hidden;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    height: 150px;
}
    header .navbar {
        height: 100%;
        margin: 0 70px;
        position: relative;
    }
    header .navbar-brand {
        position: absolute;
        left: 0;
    }
        header .navbar-brand .logo {
            height: 45px;
        }
    header .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
    header .headerLinkContainer {
        margin: 0 50px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        height: 27px;
    }
    header .nav-link {
        font-family: WorkSansMedium;
        font-size: 16px;
        line-height: 1;
        text-align: center;
        color: #ffffff;
        padding: 0 0 6px;
    }
        header .headerLinkContainer.active .activeCircle {
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: white;
        }

.contactBox {
    width: 333px;
    height: 170px;
    padding: 35px 20px 20px 40px;
    background: white;
}
    .contactBox label {
        font-family: RobotoRegular;
        font-size: 12px;
        letter-spacing: 1px;
        color: #222222;
        opacity: .6;
        display: block;
        margin-bottom: 12px;
        line-height: 1;
    }
    .contactBox p {
        font-family: WorkSansSemiBold;
        font-size: 20px;
        color: #222222;
        margin: 0;
        line-height: 1.2;
    }
    .contactBox a {
        font-family: RobotoRegular;
        font-size: 18px;
        color: #52103F;
        display: block;
        margin-top: 10px;
    }

    .h2Special{
        margin: 0 !important;
    }

    .h2violette {
        text-decoration: underline !important;
        color: #52103F !important;
    }

    .h3violette {
        color: #52103F !important;
    }
    
    .mrl05{
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }

.miniWords {
    color: #5AF5FF !important;
    margin-right: 0.5rem;
}


.genericPageHeader {
    height: 90vh;
    background: #222222;
    position: relative;
}
    .genericPageHeader .contactBox {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .genericPageHeader .pageHeaderImage {
        width: calc(100% - 167px);
        height: calc(100% - 100px);
        margin: 0 0  0 167px;
        background-size: cover;
        background-position: center;
    }
        .genericPageHeader .pageHeaderImage.home {
            background-image: url(../img/homeBg.png);
        }
        .genericPageHeader .pageHeaderImage.cyberSecurities {
            background-image: url(../img/cyberSecuritiesBg.jpg);
        }
        .genericPageHeader .pageHeaderImage.digitalEWeb3 {
            background-image: url(../img/digitalEWeb3Bg.jpg);
        }
    .genericPageHeader .pageHeaderContent {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 70px;
    }
        .genericPageHeader .pageHeaderContent h1 {
            font-family: WorkSansSemiBold;
            font-size: 64px;
            line-height: 74px;
            font-weight:600;
            color: #ffffff;
            white-space: pre-line;
            margin-bottom: 40px;
        }
        .genericPageHeader .pageHeaderContent p {
            font-family: RobotoRegular;
            font-size: 14px;
            letter-spacing: 1.2px;
            color: #ffffff;
            margin-bottom: 0;
        }

footer {
    min-height: 233px;
    padding: 95px 70px 10px;
    background-color: #222222;
    position: relative;
}
    footer .logo {
        height: 45px;
        display: block;
        margin-bottom: 40px;
    }
    footer .col-sm-6 {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
        footer .col-sm-6 p, footer .col-sm-6 p a {
            opacity: 0.6;
            font-family: RobotoRegular;
            font-size: 12px;
            line-height: 1.67;
            color: #ffffff;
            margin: 0;
        }
        footer .col-sm-6 p a {
            opacity: 1;
            text-decoration: underline;
        }
    footer .contactBox {
        position: absolute;
        right: 0;
        bottom: 0;
    }

/* homepage */

.tailormadeSolutions {
    padding: 80px 100px;
    display: flex;
    align-items: flex-end;
}

.h2Special{
    padding-bottom: 60px !important;
}

.tailormadeSolutions .imageContainer {
    width: 360px;
    height: 480px;
    margin-right: 130px;
    background-image: url(../img/tailorMadeSolutions.jpg);
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}
    .tailormadeSolutions .testo h2 {
        font-family: WorkSansSemiBold;
        font-size: 36px;
        line-height: 46px;
        color: #222222;
        letter-spacing: 0;
        margin-bottom: 60px;
    }
    .tailormadeSolutions .testo p {
        font-family: RobotoRegular;
        font-size: 18px;
        line-height: 1.78;
        color: #101518;
        letter-spacing: 0;
        margin-bottom: 40px;
    }
    .tailormadeSolutions .testo .actionsContainer {
        display: flex;
    }
        .tailormadeSolutions .testo .actionsContainer a {
            width: 194px;
            height: 46px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: WorkSansMedium;
            font-size: 12px;
            line-height: 1.33;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-right: 30px;
            text-decoration: none!important;
        }
            .tailormadeSolutions .testo .actionsContainer a.cyberSecuritiesButton {
                background-color: #222222;
                color: white;
            }
            .tailormadeSolutions .testo .actionsContainer a.digitalEWeb3Button {
                border: 2px solid #aaaaaa;
                color: #222222;
            }

.cyberSecuritiesTradingServices {
    padding: 130px 100px 100px;
    margin-bottom: 50px;
    background-image: url(../img/cyberSecuritiesTrading.jpg);
    background-size: cover;
    background-position: center;
}
    .cyberSecuritiesTradingServices h2 {
        font-family: WorkSansSemiBold;
        font-size: 48px;
        line-height: 1.21;
        color: #ffffff;
    }
    .cyberSecuritiesTradingServices p {
        font-family: WorkSansRegular;
        font-size: 18px;
        line-height: 1.78;
        color: #ffffff;
        margin-bottom: 40px;
    }

.siteSections {
    padding: 80px 0;
    margin-bottom: 150px;
    background-color: #222222;
}
    .siteSections .sectionBox {
        width: 100%;
        max-width: 540px;
        height: 360px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
        .siteSections .sectionBox .bg {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-size: cover;
            background-position: center;
            transition: .3s;
        }
            .siteSections .sectionBox .bg.cyberSecurities {
                background-image: url(../img/cyberSecuritiesBgBox.png);
            }
            .siteSections .sectionBox .bg.digitalEWeb3 {
                background-image: url(../img/digitalEWeb3Bg.jpg);
            }
            .siteSections .sectionBox:hover .bg {
                transform: scale(1.1);
            }
        .siteSections .sectionBox h2 {
            font-family: WorkSansSemiBold;
            font-size: 64px;
            line-height: 1.16;
            color: #ffffff;
            position: relative;
        }
        .siteSections .sectionBox .readMore {
            position: absolute;
            left: 30px;
            right: 30px;
            bottom: 35px;
            padding-top: 15px;
            border-top: 2px solid rgba(255, 255, 255, 0.2);
            font-family: WorkSansMedium;
            font-size: 16px;
            line-height: 1;
            color: #ffffff;
            text-align: center;
        }

/* cyberSecurities */

.workScales {
    padding: 80px 70px 160px 0;
}

.blueMarine {
    width: 30px;
    height: 4px;
    background: #5AF5FF;
    margin-bottom: 15px;
}

.bluMarineCont{
    padding-top: 72px;
}

.workScales h2 {
    font-family: WorkSansSemiBold;
    font-size: 36px;
    line-height: 1.28;
    color: #222222;
}
    .workScales p {
        font-family: RobotoRegular;
        font-size: 18px;
        line-height: 32px;
        color: #101518;
        margin-bottom: 40px;
        font-weight:400;
    }
    .workScales .imageContainer {
        width: 100%;
        max-width: 361px;
        height: 512px;
        background-image: url(../img/successImage.jpg);
        background-size: cover;
        background-position: center;
    }
    .workScales .firstColumn h2 {
        margin-bottom: 180px;
    }
    .workScales .secondColumn h2 {
        margin: 60px 0 40px;
    }

.cyberSecuritiesTrading {
    position: relative;
    background-color: #222222;
    margin-bottom: 200px;
    padding: 100px 100px 0;
    min-height: 700px;
}
    .cyberSecuritiesTrading:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        width: calc((100vw - 100%)/2);
        background-color: #222222;
    }
    .cyberSecuritiesTrading h2 {
        font-family: WorkSansSemiBold;
        font-size: 24px;
        line-height: 1.5;
        color: #ffffff;
        text-transform: uppercase;
    }
    .cyberSecuritiesTrading .imageContainer {
        width: 458px;
        height: 512px;
        background-image: url(../img/cyberSecuritiesTradingOrange.jpg);
        background-size: cover;
        background-position: center;
        position: absolute;
        left: -100px;
        bottom: -60px;
    }
    .cyberSecuritiesTrading h3 {
        font-family: RobotoBold;
        font-size: 18px;
        color: #fe7e00;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    .cyberSecuritiesTrading p {
        font-family: WorkSansRegular;
        font-size: 18px;
        line-height: 43px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 19px;
    }

/* digitalEWeb3 */

.digitalEWeb3DescriptionContainer {
    padding: 125px 0px 160px;
}

    .digitalEWeb3DescriptionContainer .miniTitle {
        font-family: RobotoRegular;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 32px;
        color: #52103F;
        margin-bottom: 30px;
    }

    .titleVirgole {
        font-family: WorkSansSemiBold;
        font-style: normal;
        font-weight: 600;
        font-size: 48px;
        line-height: 58px;
    }

.virgolesx {
    margin-left: 25px;
}
.virgoledx {
    margin-right: 25px;
}

.virgole2 {
    position: relative;
    left: -52px;
    bottom: -23px;
}

.frase{
    margin-bottom: 120px;
}

.digitalEWeb3DescriptionContainer h2 {
    font-family: WorkSansSemiBold;
    font-size: 48px;
    line-height: 1.21;
    color: #222222;
    letter-spacing: 0;
    margin-bottom: 25px;
    white-space: pre-line;
}
        .digitalEWeb3DescriptionContainer h2 > span {
            color: #fe7e00;
        }
.digitalEWeb3DescriptionContainer p {
    font-family: RobotoRegular;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1.2px;
    color: #101518!important;
}

.digitalEWeb3DescriptionContainer a {
    color: #52103F;
}

.servicesList .imageContainer {
    width: 430px;
    height: 534px;
    background-image: url(../img/advisoryServices.jpg);
    background-size: cover;
    background-position: center;
    margin-left: -180px;
    margin-bottom: -70px;
}
.servicesList h3 {
    font-family: WorkSansSemiBold;
    font-size: 24px;
    line-height: 1.79;
    color: #222222;
    text-transform: uppercase;
    margin: 0;
}
.servicesList p {
    font-family: RobotoRegular;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #101518;
}

.digitalEWeb3Solutions {
    height: 405px;
    background-image: url(../img/digitalEWeb3SolutionsBg.png);
    background-size: cover;
    background-position: bottom;
    display: flex;
    margin-bottom: 155px;
}
    .digitalEWeb3Solutions h2 {
        font-family: WorkSansSemiBold;
        font-size: 24px;
        line-height: 1.5;
        color: #ffffff;
        text-transform: uppercase;
        margin-right: 70px;
        margin-top: 30px;
    }
    .digitalEWeb3Solutions .numberContainer {
        width: 163px;
        margin: 0 15px;
        text-align: center;
    }
        .digitalEWeb3Solutions .numberContainer p {
            font-family: RobotoMedium;
            font-size: 12px;
            line-height: 1.33;
            color: #ffffff;
        }
        .digitalEWeb3Solutions .numberContainer .cirlceWithNumber {
            width: 100%;
            height: 163px;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 0.50);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
        }
            .digitalEWeb3Solutions .numberContainer .cirlceWithNumber span {
                font-family: WorkSansExtraLight;
                font-size: 60px;
                line-height: 1.2;
                color: #ffffff;
                display: block;
            }
            .digitalEWeb3Solutions .numberContainer .cirlceWithNumber .pallino {
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background-color: #fe7e00;
            }

    .digitalEWeb3Technology {
        padding: 50px   0 0150px ;
        position: relative;
    }

    .digitalEWeb3Technology .imageContainer {
        width: 422px;
        height: 534px;
        background-image: url(../img/digitalEWeb3Technology.jpg);
        background-size: cover;
        background-position: center;
        margin-left: -172px;
    }
    .digitalEWeb3Technology h2 {
        position: absolute;
        top: 0;
        left: 100px;
        font-family: WorkSansSemiBold;
        font-size: 36px;
        line-height: 1.28;
        color: #222222;
        z-index: 2;
        background-color: white;
        padding-left: 20px;
        padding-bottom: 20px;

    }
        .digitalEWeb3Technology h3 {
            font-family: WorkSansMedium;
            font-size: 24px;
            line-height: 43px;
            font-weight: 600;
            color: #52103F;
        }

        .digitalEWeb3Technology .p1 p{
            margin-bottom: 60px;
        }

        .digitalEWeb3Technology p {
            font-family: RobotoRegular;
            font-size: 18px;
            line-height: 32px;
            font-weight: 400;
            color: #101518;
            margin: 30px 0 0;
        }
        .digitalEWeb3Technology p > a {
            color: #fe7e00;
        }

.roadmap {
    padding: 0 30px 80px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
    .roadmap .step {
        margin: 0 15px;
        max-width: 265px;
    }
        .roadmap .step h4 {
            min-height: 37px;
            font-family: RobotoMedium;
            font-size: 12px;
            line-height: 1.33;
            color: #222222;
            margin-bottom: 10px;
        }
        .roadmap .step p {
            opacity: 0.6;
            font-family: RobotoMedium;
            font-size: 12px;
            line-height: 1.33;
            color: #222222;
        }

/* media query */

@media screen and (max-width: 1200px) {
    header .headerLinkContainer {
        margin: 0 20px;
    }

    footer {
        padding: 30px 30px 0;
        height: 353px;
    }
        footer .col-sm-3 {
            display: flex;
            justify-content: space-between;
            width: 100%;
            max-width: 100%;
            flex: 0 0 100%;
        }
        footer .logo {
            height: 28px;
        }
        footer .contactBox {
            bottom: unset;
        }
        footer .col-sm-6 {
            background: white;
            padding: 40px 7px 30px;
            flex-direction: column-reverse;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100vw;
            max-width: 100%;
            min-height: 130px;
        }
            footer .col-sm-6 p, footer .col-sm-6 p a {
                color: #222222;
                opacity: 1;
                margin-bottom: 4px;
            }

    .genericPageHeader .pageHeaderContent h1 {
        white-space: normal;
    }

    .tailormadeSolutions {
        padding: 80px 0;
    }
        .tailormadeSolutions .imageContainer {
            margin-right: 40px;
        }
}

@media screen and (max-width: 992px) {
    header {
        height: 90px;
        background: black;
    }
        header .navbar {
            margin: 0 30px;
        }
        header .navbar-toggler {
            position: absolute;
            right: 0;
            outline: none!important;
        }
        header .navbar-brand .logo {
            height: 30px;
        }
    .navbar-toggler-icon {
        background-image: url(../img/burgerMenuIcon.svg);
    }
    .navbar-collapse {
        position: absolute;
        top: 75px;
        left: -30px;
        right: -30px;
        background: black;
        padding-bottom: 15px;
    }
    header .headerLinkContainer {
        flex-direction: row-reverse;
        justify-content: center;
        margin: 15px 50px;
    }
    header .nav-link {
        padding: 0;
    }
    header .headerLinkContainer.active .activeCircle {
        margin-right: 8px;
    }

    .contactBox {
        height: 125px;
        width: 248px;
        padding: 13px 30px 20px;
    }
        .contactBox label {
            font-size: 10px;
            letter-spacing: 0.8px;
        }
        .contactBox p, .contactBox a {
            font-size: 14px;
        }

    .genericPageHeader {
        height: 100vh;
        background: black;
    }
        .genericPageHeader .pageHeaderImage {
            margin: 0 0 0 65px;
            width: calc(100% - 65px);
            height: calc(100% - 175px);
        }
        .genericPageHeader .pageHeaderContent {
            padding: 0 30px;
            display: block;
            padding-top: 27vh;
        }
        .genericPageHeader .contactBox {
            bottom: 80px;
        }

    .tailormadeSolutions {
        padding: 0;
        margin-top: -40px;
        z-index: 2;
        position: relative;
        display: block;
    }

    .h2violette {
        text-decoration: none !important;
        color: #222222 !important;
    }
        .tailormadeSolutions .imageContainer {
            width: 180px;
            height: 240px;
            margin: 0 0 0 -15px;
        }
        .tailormadeSolutions .testo h2 {
            font-size: 32px;
            position: absolute;
            line-height: 36px;
            top: 60px;
            left: 100px;
        }


    .tailormadeSolutions .testo p {
        font-size: 14px;
        line-height: 24px;
        padding: 37px 100px 0 15px;
    }
        .tailormadeSolutions .testo .actionsContainer {
            padding: 0 15px;
        }
            .tailormadeSolutions .testo .actionsContainer a.digitalEWeb3Button {
                margin: 0;
            }

    .cyberSecuritiesTradingServices {
        margin: 55px -15px 0;
        padding: 50px 30px;
    }
        .cyberSecuritiesTradingServices h2 {
            font-size: 32px;
            line-height: 36px;
            margin-bottom: 40px;
        }
        .cyberSecuritiesTradingServices p {
            font-size: 14px;
            line-height: 24px;
        }

    .siteSections {
        padding: 0 15px;
        background: white;
        margin-bottom: 30px;
    }
        .siteSections .sectionBox {
            height: 205px;
            margin-top: 30px;
        }
            .siteSections .sectionBox h2 {
                font-size: 48px;
            }
            .siteSections .sectionBox .readMore {
                bottom: 15px;
            }

    .workScales {
        padding: 60px 0 0;
    }

    .cyberSecuritiesTrading {
        padding: 40px 30px;
        margin: 100px -15px 40px;
        min-height: 500px;
    }
        .cyberSecuritiesTrading .imageContainer {
            width: 195px;
            height: 218px;
            bottom: unset;
            top: -100px;
            left: 0;
        }
        .cyberSecuritiesTrading h2 {
            font-size: 32px;
            line-height: 36px;
            text-transform: capitalize;
            margin: 0 0 40px 20px;
        }
        .cyberSecuritiesTrading h3 {
            font-size: 14px;
        }
        .cyberSecuritiesTrading p {
            font-size: 14px;
            line-height: 24px;
        }

    .digitalEWeb3DescriptionContainer {
        padding: 35px 15px;
    }
        .digitalEWeb3DescriptionContainer h2 {
            font-size: 32px;
            line-height: 36px;
            white-space: normal;
        }
        .digitalEWeb3DescriptionContainer .miniTitle{
            font-size: 18px;
            line-height: 36px;
            white-space: normal;
            color: #52103F;
        }

    .digitalEWeb3Solutions {
        margin: 40px -15px 0;
        display: block;
        padding: 45px 60px 120px;
        background-image: url(../img/digitalEWeb3SolutionsBgMobile.jpg);
    }
        .digitalEWeb3Solutions h2 {
            margin: 0 0 50px;
        }
        .digitalEWeb3Solutions .numberContainer {
            margin: 0 auto 40px;
        }

    .digitalEWeb3Technology {
        padding-top: 100px;
    }
        .digitalEWeb3Technology h2 {
            left: 0;
            top: 30px;
        }
        .digitalEWeb3Technology .imageContainer {
            width: 300px;
        }

    .roadmap .step {
        margin: 30px 0 0;
        width: 100%;
        max-width: 100%;
    }

    .titleVirgole {
        font-family: WorkSansSemiBold;
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 1;
    }
    .frase img {
        width: 50px;
    }

    .frase .virgole2 {
        position: relative;
        left: -34px;
        bottom: -34px;
    }
}

@media screen and (max-width: 480px) {

    .genericPageHeader .pageHeaderContent h1 {
        line-height: 32px;
        font-size: 32px;
        white-space: normal;
    }

    .genericPageHeader .pageHeaderContent .titleVirgole {
        line-height: 32px;
        font-size: 32px;
        white-space: normal;
    }

    .workScales {
        padding: 0 15px;
        margin-top: -40px;
    }
        .workScales .imageContainer {
            width: 153px;
            height: 213px;
            position: absolute;
            top: 0;
            left: -15px;
        }
        .workScales h2 {
            font-size: 32px;
            line-height: 36px;
        }
        .workScales .firstColumn h2 {
            margin: 75px 0 70px 160px;
        }
        .workScales .secondColumn h2 {
            margin: 45px 0 30px 160px;
        }
        .workScales p {
            font-size: 14px;
            line-height: 24px;
        }

    .servicesList {
        margin-top: 30px;
        padding: 0 15px;
    }
        .servicesList .imageContainer {
            width: 164px;
            height: 224px;
            margin: 0;
            position: absolute;
            left: -15px;
        }
        .servicesList .list {
            margin-top: -50px;
            margin-left: 100px;
            margin-bottom: 30px;
        }
        .servicesList h3 {
            font-size: 22px;
            line-height: 34px;
        }
        .servicesList p {
            font-size: 14px;
            line-height: 24px;
        }

    .digitalEWeb3Technology {
        margin-top: -120px;
        padding: 0 15px;
    }
        .digitalEWeb3Technology .imageContainer {
            width: 153px;
            height: 287px;
            margin-left: -30px;
            margin-bottom: 30px;
        }
        .digitalEWeb3Technology h2 {
            font-size: 32px;
            line-height: 36px;
            top: 140px;
            left: 60px;
        }
        .digitalEWeb3Technology h3 {
            font-size: 14px;
            line-height: 18px;
        }
        .digitalEWeb3Technology p {
            font-size: 18px;
            line-height: 32px;
            margin-top: 20px;
        }


    .digitalEWeb3DescriptionContainer miniTitle{
        padding-bottom: 30px !important;
        color: #52103F !important;
    }

}