@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Regular.ttf) format('woff2');
}
@font-face {
    font-family: guru-regular;
    src: url(../fonts/Teko-Regular.ttf);
}
@font-face {
    font-family: guru-300;
    src: url(../fonts/Teko-Light.ttf);
}
@font-face {
    font-family: rale-400;
    src: url(../fonts/raleway.light.ttf);
}

.landing-about{
    background-color: black;
    padding-top: 2em;
    padding-bottom: 2em;
}
.landing-about .about-body p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    font-family: rale-400;
    margin: 10px 0;
    line-height: 1.6em;
}
.landing-about h1{
    font-size:72px;
    color: #0083F2;
    font-weight: 400;
    font-family: guru;
    margin: 10px 0;
    line-height: 1.5em;
    margin-bottom: 0em;
    margin: auto;
    text-align: center;
}
.half-width{
    width: 50%;
    color: white;
}
.self-cnter{
    align-self: center;
}
.half-width .img{
    width: 100%;
    text-align: center;
}
.half-width .img img{
    width: 50%;
}
.img-1 img{
    height: 375px;
    width: 500px;
}

.about-cards{
    background-color: #0083F2;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left:  6%;
    padding-right:  6%;
}
.about-body-cards h3{
    font-size:28px;
    color: #000000;
    font-weight: 400;
    font-family: guru-regular;
    margin: 10px 0;
    margin-bottom: 0em;
    margin: auto;
    letter-spacing: 1px;
}
.about-body-cards p{
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    font-family: rale-400;
    margin: 10px 0;
    line-height: 1.6em; 
}

.section-contact{
    padding: 5%;
    background-color: black;
}
.section-contact h1{
    font-size:52px;
    color: #ffffff;
    font-weight: 800;
    font-family: rale-400  ;
    text-align: center;
    line-height: 1.6em;
    margin: 0;
}
.section-contact a{
    font-size:52px;
    color: #ffffff;
    font-weight: 800;
    font-family: rale-400  ;
    text-align: center;
    line-height: 1.6em;
    margin: 0;
    text-decoration: none;
}

@media (max-width:1024px) and (min-width:768px){
    .aproch-body .col-1.left::before {
        width: 40px;
        height: 40px;
        left: 1px;
        top: 4px;
    }
    .aproch-body .col-1.right::before {
        width: 40px;
        height: 40px;
        left: 1px;
        top: 4px;
    }
}
@media (max-width:768px) and (min-width:500px){
    .aproch-body .col-6 {
        width: 100%;
    }
    .aproch-body .col-1.left{
        font-size: 130px;
    }
    .aproch-body .col-1.right{
        font-size: 120px;
    }
    .aproch-body .col-1.left::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.right::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.left span {
        padding-right: 10px;
    }
    .aproch-body .col-1.right span {
        padding-right: 10px;
    }
    .half-width .img img {
        width: 100%;
    }
}
@media (max-width:500px) and (min-width:375px){
    .d-flex{
        flex-direction: column;
    }
    .aproch-body .col-1.left {
        display: none;
    }
    .aproch-body .col-1.right {
        display: none;
    }
    .landing-about h1 {
        font-size: 36px;
    }
    .landing-about h3 {
        font-size: 26px;
    }
    .landing-about p {
        font-size: 17px;
    }
    .about-body-cards h3 {
        font-size: 32px;
        font-weight: 800;
        margin-top: 20px;
    }

    .about-body-cards p {
        font-size: 18px;
    }

    .aproch-body .col-1.left::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.right::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.left span {
        padding-right: 10px;
    }
    .aproch-body .col-1.right span {
        padding-right: 10px;
    }
    .half-width .img img {
        width: 60%;
        margin: 20px 0;
    }
    .redesign-steps span {
     display: none;
    }
    .redesign-steps::before {
        position: absolute;
        content: "";
        height: 90%;
        width: 1%;
        top: 45px;
        border-left: 1px dashed white;
        left: 21px;
        z-index: 1;
    }
    .redesign-steps::before {
        display: none;
    }
    .redesign-steps h3 {
        text-align: center;
    }
    .redesign-steps p {
        text-align: center;
    }
    .aproch-body .d-flex {
        flex-direction: column;
    }
    .aproch-body h3 {
        font-size: 36px;
        text-align: center;
    }
    .aproch-body p {
        font-size: 17px;
        text-align: center;
    }
    .aproch-body .d-flex .d-flex{
        flex-direction: row;
    }
    .half-width{
        width: 100%;
    }
    .col-6{
        width: 100%;
    }

    .d-flex{
        flex-direction: column;
    }
}
@media (max-width:375px) and (min-width:320px){
    .d-flex{
        flex-direction: column;
    }
    .landing-about h1 {
        font-size: 42px;
    }
    .landing-about h3 {
        font-size: 26px;
    }
    .landing-about p {
        font-size: 17px;
    }
    .about-body-cards h3 {
        font-size: 32px;
        font-weight: 800;
        margin-top: 20px;
    }
    .aproch-body .col-1.left {
        display: none;
    }
    .aproch-body .col-1.right {
        display: none;
    }
    .aproch-body .col-1.left::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.right::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.left span {
        padding-right: 10px;
    }
    .aproch-body .col-1.right span {
        padding-right: 10px;
    }
    .half-width .img img {
        width: 100%;
        margin: 20px 0;
    }
    .redesign-steps span {
     display: none;
    }
    .redesign-steps::before {
        position: absolute;
        content: "";
        height: 90%;
        width: 1%;
        top: 45px;
        border-left: 1px dashed white;
        left: 21px;
        z-index: 1;
    }
    .redesign-steps::before {
        display: none;
    }
    .redesign-steps h3 {
        text-align: left;
    }
    .redesign-steps p {
        text-align: center;
    }
    .aproch-body .d-flex {
        flex-direction: column;
    }
    .aproch-body h3 {
        font-size: 36px;
        text-align: center;
    }
    .aproch-body p {
        font-size: 17px;
        text-align: center;
    }
    .aproch-body .d-flex .d-flex{
        flex-direction: row;
    }
    .half-width{
        width: 100%;
    }
    .col-6{
        width: 100%;
    }

    .d-flex{
        flex-direction: column;
    }
}
@media (max-width:320px){
    .aproch-body .col-1.left {
        display: none;
    }
    .aproch-body .col-1.right {
        display: none;
    }
    .landing-web-redesign h1 {
        font-size: 36px;
    }
    .landing-web-redesign h3 {
        font-size: 26px;
    }
    .landing-web-redesign p {
        font-size: 17px;
    }
    .aproch-body .col-1.left::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.right::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.left span {
        padding-right: 10px;
        display: none;
    }
    .aproch-body .col-1.right span {
        padding-right: 10px;
        display: none;
    }
    .half-width .img img {
        width: 100%;
        margin: 20px 0;
    }
    .web-approch h1 {
        text-align: left;
        font-size: 42px;
    }
    .web-approch h2 {
        text-align: left;
        font-size: 16px;
    }
    .redesign-steps::before {
        position: absolute;
        content: "";
        height: 90%;
        width: 1%;
        top: 45px;
        border-left: 1px dashed white;
        left: 21px;
        z-index: 1;
    }
    .redesign-steps::before {
        display: none;
    }
    .redesign-steps h3 {
        text-align: center;
    }
    .redesign-steps p {
        text-align: center;
    }
    .aproch-body .d-flex {
        flex-direction: column;
    }
    .aproch-body div {
        margin: 20px 0;
    }
    .aproch-body h3 {
        font-size: 36px;
        text-align: center;
        line-height: 1.2em;
        
    }
    .aproch-body p {
        font-size: 17px;
        text-align: center;
    }
    .aproch-body .d-flex .d-flex{
        flex-direction: row;
    }
    .half-width{
        width: 100%;
    }
    .col-6{
        width: 100%;
    }

    .d-flex{
        flex-direction: column;
    }
}