@media (min-width: 60em) {
.mod-main-div {
    display: flex;
    flex-direction: row-reverse;
}
    .mod-div-1 {
        padding: 2em;
        margin-top: -19em !important;
    width: 50%;
    }
    .mod-div-2 {
        padding: 2em;
    padding-left: 5.1875em !important;
    width: 50%;
    }
}
@media (max-width: 60em) {
.mod-div-1, .mod-div-2 {
            width: 500px;
        margin: auto;
}
}
@media (min-width: 40em) {
.mod-div-1 {
    margin-top: 6em;
}
}
a.new-btn-cont-module:hover{
        background-color: #0B5181;
      color: #fff;
}

a.new-btn-cont-module:after{
    content: '';
    position: absolute;
    top: -7px;
left: 217px;
    bottom: 0;
    margin: auto;
  width: 22px;
    height: 22px;
    background-image: url(https://39598845.fs1.hubspotusercontent-na1.net/hubfs/39598845/ico-download.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  background-color:#0b588d00;
}

a.new-btn-cont-module {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    width: 268px;
    padding: 17px 63px 17px 20px;
    background-color: #3374B7;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    color: white;
    display: inline-block;
    font-weight: 800;
    text-decoration: none;
    transition: background 0.1s linear;
}
.btn-div-new-mod{
  text-align: center;
}
@media (max-width: 40em) {
.mod-div-1, .mod-div-2 {
        margin: auto;
        width: auto !important;
    }
}
}