section {
    margin-bottom: 4vw;
    text-align: center;
}


span {
    background: linear-gradient(transparent 50%, rgba(99, 195, 214) 40%);

}
.calendly-box {
    margin-top: -7rem;
}

#about {
    padding-bottom: 0;
    Padding-top: 2rem;
    position: relative;
}

#blue-box {
    position: absolute;
    width: 30%;
    height: 34rem;
    left: 0;
    top: -3rem;
    background: #63c3d6;
    z-index: -1;
}

#about-img {
    position: relative;
    display: inline-block;
    box-shadow: 10px 10px 10px 0 rgb(0 0 0 / 30%);
}

#about-img:before {
    content: "";
    position: absolute;
    left: 2rem;
    top: 2rem;
    width: 100%;
    height: 100%;
    border: 2px solid #03698c;
    z-index: -1;
}
#about-img-box p {
    text-align: center;
    margin-top: 3rem;
    font-size: 22px;
    font-weight: italic;
}

.email a,
.tel a,
.linkedin a,
.global a {

    font-size: 20px;
}

.email a:hover,
.tel a:hover,
.global a:hover,
.linkedin a:hover {
    color: #63c3d6;
}

.email,
.tel,
.linkedin,
.global {
    position: relative;
    font-size: 18px;
    line-height: 2;
    padding: 0 0 10px 10px;
    margin: 0 30px;
}

.contact {
    color: #63c3d6;
}

.email:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    background: url(../img/email.png) center center no-repeat;
    left: -30px;
    top: 25%;
    margin-top: -5px;
}

.global:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    background: url(../img/global.png) center center no-repeat;


    left: -30px;
    top: 25%;
    margin-top: -5px;
}

.linkedin:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    background: url(../img/linkedin.png) center center no-repeat;
    left: -30px;
    top: 25%;
    margin-top: -5px;
}

.tel:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    background: url(../img/tel.png) center center no-repeat;
    left: -30px;
    top: 25%;
    margin-top: -5px;
}

.contact {
    display: flex;
    margin-bottom: 2rem;
}

.contact ul {
    float: right;
}


.contact ul li {
    float: left;
}

.box {
    -webkit-box-shadow: -1px 3px 8px 5px rgba(112,112,112,0.2), 2px 5px 16px 0px rgba(112,112,112,0.2), -34px 5px 5px 24px rgba(0,0,0,0); 

    padding: 1rem;
    margin: 1rem!important;
}

footer {
    color: white !important;
    padding: 1rem 0;
    background: #1d2021;

}

footer a {
    color: white !important;

}

footer ul {
    display: flex;
    justify-content: center;
}

footer ul li {
    margin: 1rem;
    font-size: 1rem;
}

#copyright {
    background: #1b2123;
    color: white;
    padding: 1rem 0;
    font-size: 0.8rem;

}

#copyright a {
    color: white;

}

#copyright p {
    font-size: 0.8rem;
    text-align: center;
}

@media screen and (max-width:1440px) {
    .content-box {
        width: 95%;
    }

    #blue-box {
        top: -2.6rem;
    }
    .email a, .tel a, .linkedin a, .global a {
    font-size: 18px;
}
    .box{
        margin: 0.5rem;
        padding: 0.5rem;
    }
    .email, .tel, .linkedin, .global {
   
    padding: 0 0 10px 5px;
    
}

}



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

   .box {
   
    padding: 1rem;
    margin: 1rem!important;
}

}

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

    #foot-info li,
    #foot-menu li {
        display: block;
        margin-bottom: 0.5rem;
    }
}

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

    

    
    #blue-box {
        width: 0%;
    }

    

    
}

@media screen and (max-width:479px) {
    .content-box {
        width: 100%;
    }

   .email a, .tel a, .linkedin a, .global a {
    font-size: 16px;
}
    
    #about {
        padding: 1rem;
    }

   
}
