.header-logo > a > img {
    width: 70px;
    height: 70px;
    padding: 10px;
    margin: 0px;
}

.contact-container{
    align-self: center;
}

@media only screen and (max-width: 1199px) {
h2,
.h2{
      font-size: 40px;
      line-height: 50px;
}
}

input[type=tel], input[type=url], input[type=text], input[type=email], input[type=number], input[type=password], input[type=search], select, textarea{
    border-radius: 5px !important;
}

@media (max-width: 580px) {
    .tech-icons{
        width: 50px !important;
        height: 50px !important;
        margin: 10px;
        padding: 10px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

    .tech-icons{
        width: 70px;
        height: 70px;
        margin: 10px;
        padding: 10px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
