@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
body{
    line-height: 1.4;
    background: #ffffff;
    font-size: 40px;
    font-weight: 900;
}
.contact-wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
}
.heading{
    padding-top: 30px;
    font-size: 50px;
    color: #115ea6;
    padding-bottom: 0;
}
.arrow-box{
    font-size: 2.0em;
    font-weight: bold;
    position: relative;
    /*max-width: 400px;*/
    height: auto;
    border: 1px solid #cfcfcf;
    padding: 30px;
    box-sizing: border-box;
    background-color: #eee;
    color: #000;
    margin-bottom: 0;
    margin-top: 50px;
}
/*
.arrow-box:after{
    position: absolute;
    width: 40px;
    height: 40px;
    border-top: 0px solid #115ea6;
    border-right: 2px solid #115ea6;
    border-bottom: 2px solid #115ea6;
    border-left: 0px solid #115ea6;
    top: 103%;
    left: 75%;
    margin-left: -25%;
    content: '';
    transform: rotate(45deg);
    margin-top: -23px;
    background: #ffffff;
}
*/




.col{
    font-size: 15px;
}
.col p{
    margin-top: 30px;
}

