.contact-box {
    background-color:#ececec;
    border-radius:15px;
    margin:20px;
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
    align-items:center;
    padding:0;
    padding-left:20px;
    padding-bottom:15px;
    width:500px;
    border:solid;
    border-width:1.5px;
    box-shadow: 5px 5px #adadad;
}

.contact-title {
    font-family:'DM Sans';
    font-size:32px;
    color:rgb(0, 0, 0);
    font-weight:600;
    margin:10px;
    margin-top:15px;
}

.contact-subtitle {
    font-family:'DM Sans';
    font-size:25px;
    color:black;
    font-weight:400;
    margin:10px;
}

.contact-info {
    font-family:'DM Sans';
    font-size:20px;
    color:black;
    font-weight:300;
    margin:10px;
}

.section-1 {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:15px;
    margin-bottom:40px;
}

.section-2 {
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom:100px;
    border:none;
    box-shadow:none;
}

.contact-box-2 {
    background-color:#ececec;
    border-radius:15px;
    margin:20px;
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
    align-items:center;
    padding:0;
    padding-left:20px;
    padding-bottom:15px;
    width:500px;
    border:solid;
    border-width:1.5px;
    box-shadow: 5px 5px #adadad;
    align-self:center;
    margin-bottom:100px;
}
