.aboutusherobgsection{
    background: transparent url('../images/Banner\ -\ About\ Page\ -\ Web\ Design\ &\ Marketing.png') 0% 0% no-repeat padding-box;
    height: 700px;
    background-position: top;
    background-size: cover;
}
.aboutusherobgsection .row{
    padding-top: 280px;
}
.aboutusherobgsection h1{
    font-size: 60px;
    line-height: 60px;
}
.aboutusherobgsection p{
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.aboutusimagesection{
    background: transparent url('../images/Banner\ -\ About\ Page\ -\ Web\ Design\ &\ Marketing.png') 0% 0% no-repeat padding-box;

    background-position: top;
    background-size: cover;
}

.aboutuscontentsection{
    padding-top: 150px;
    background: #000;
}
.aboutuscontentsection .imagediv{
height: 175px;
}
.aboutuscontentsection img{
    width: 30%;
}
.aboutuscontentsection h1{
    text-align: center;
font: normal normal 600 110px/114px Poppins;
letter-spacing: -4.4px;
color: #FFFFFF;
opacity: 1;
}
.aboutuscontentsection2{
    padding-top: 150px;
    background: #000;
    padding-bottom: 150px;
}
.aboutuscontentsection2 p{
    font-family: 'Work Sans', sans-serif;
    text-align: center;
font: normal normal 600 40px/52px;
letter-spacing: -0.8px;
color: #FFFFFF;
opacity: 1;
}

.customrow2,.customrow3{
    margin-top: 150px;
}
.customrow1 .col1
{
    text-align: left;
    padding-left: 0px !important;
}
.customrow2 .col2{
    text-align: right;
    padding-right: 0px !important;
}
.customrow3 .col1
{
    text-align: left;
    padding-left: 0px !important;
}
.customrow1  .aboutusteamimg{
    width: 487px !important;
    height: 481px;
    border-top-right-radius: 364px;
    border-bottom-right-radius: 364px;
}
.customrow2  .aboutusteamimg{
    width: 487px !important;
    height: 481px;
    border-top-left-radius: 364px;
    border-bottom-left-radius: 364px;
}
.customrow3  .aboutusteamimg{
    width: 487px !important;
    height: 481px;
    border-top-right-radius: 364px;
    border-bottom-right-radius: 364px;
}
.customrow1 .contentbox{
    text-align: left;
}
.customrow3 .contentbox{
    text-align: left;
}
.aboutusimagesection h4{
font: normal normal 600 90px/130px Poppins;
letter-spacing: -3.6px;
color: #FFFFFF;
opacity: 1;
}
.aboutusimagesection p{
    font: normal normal normal 16px/26px Work Sans;
    letter-spacing: -0.44px;
    color: #FFFFFF;
    opacity: 1;
}
.skateboard-container{
    margin-bottom: 50px;
}
.skateboard-wheel {
    animation: move 5s linear infinite;
    transform-style: preserve-3d;
}

@keyframes move {
    0% {
        transform: translateX(-50%) rotateY(0deg);
    }
    25% {
        transform: translateX(50%) rotateY(0deg);
    }
    50% {
        transform: translateX(50%) rotateY(180deg);
    }
    75% {
        transform: translateX(-50%) rotateY(180deg);
    }
    100% {
        transform: translateX(-50%) rotateY(360deg);
    }
}