.contact-section {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.contact-section .contact-cover {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}
.contact-section .contact-cover .contact-info {
    width: 40%;
    margin-left: 120px;
}
.contact-section .contact-cover .contact-info .item {
    display: flex;
    margin-top: 30px;
}
.contact-section .contact-cover .contact-info i {
    padding: 15px;
    font-size: 15px;
    background-color: #2b70fc;
    color: white;
    border-radius: 30px;
    height: max-content;
    animation: tada 1.5s linear infinite;
}
.contact-section .contact-cover .contact-info i.email {
    animation: headShake 1.5s linear infinite;
}
.contact-section .contact-cover .contact-info .item .block {
    margin-left: 5px;
}
.contact-section .contact-cover .contact-info .item .block .title {
    font-size: 16px;
    color: #222831;
    font-family: "Roboto", sans-serif;
}
.contact-section .contact-cover .contact-info .item .block .info {
    margin-top: 10px;
    font-size: 16px;
    color: #2b70fc;
}
.contact-section .contact-cover .contact-form {
    width: 50%;
}
.contact-section .contact-cover .contact-form form {
    width: 80%;
    margin: auto;
    box-shadow: 1px 10px 13px 2px rgb(0, 0, 100, 0.08);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.contact-section .contact-cover .contact-form form h2 {
    color: #2b70fc;
    font-size: 25px;
    text-align: left;
    width: 100%;
    display: block;
    position: static;
    font-weight: bold;
    padding-left: 2%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.project-sp {
    position: absolute;
    width: 0 !important;
    z-index: -20;
    overflow: hidden;
    top: 0;
    left: 0;
}
.contact-info .contact-block * {
    font-size: 19px;
}
.contact-info .contact-block a {
    font-size: inherit;
    border-bottom: 2px solid #5890fd;
    padding-top: 3px;
    padding-bottom: 1px;
    width: max-content;
}

@media screen and (max-width: 800px) {
    .contact-info .contact-block * {
        font-size: 19px;
        text-align: center;
    }

    .contact-section .contact-cover {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }
    .contact-section .contact-cover .contact-info {
        width: 100%;
        margin: 0;
    }
    .contact-section .contact-cover .contact-info .item {
        margin-left: 12%;
    }
    .contact-section .contact-cover .contact-form {
        width: 100%;
        margin-top: 20px;
    }
    .contact-section .contact-cover .contact-form form {
        width: 99%;
        margin: auto;
        box-shadow: none;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media screen and (min-width: 801px) and (max-width: 900px) {
    .contact-section .contact-cover .contact-info {
        width: 40%;
        margin-left: 50px;
    }
}
