.marketing {
    background: #002530;
    width: 100%;
    min-height: 1200px;
    border-bottom-right-radius: 400px;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.37);
    position: relative;
}

.marketing .cover-marketing {
    position: relative;
    width: 100%;
    height: 800px;
    border-bottom-left-radius: 400px;
    background: url("../imagini/marketing.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0px 0px 11px 6px rgba(216, 216, 216, 0.37);
    -moz-box-shadow: 0px 0px 11px 6px rgba(216, 216, 216, 0.37);
    box-shadow: 0px 0px 11px 6px rgba(216, 216, 216, 0.37);
    top: 0%;
    right: 0%;
}


.marketing .content h1 {
    text-align: center;
    font-size: 3em;
    color: #fff;
    padding-bottom: 50px;
}

.marketing .content h1 span {
    font-size: 1.3em;
    color: #00A4CE;
}

.title-marekting h1{
    text-align: center;
    font-size: 35px;
}
  
.space5 {
    height: 10vh;
}
.space10 {
    height: 15vh;
}
  

.marketing-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.marketing-box .row-marketing {
    width: 80%;
    display: inline-flex;
    align-items: center;
}

.marketing-box .row-marketing .column1, .marketing-box .row-marketing .column2 {
    width: 50%;
}

.marketing-box .row-marketing .column2 img {
    max-width: 100%;
    height: 80%;
}

.marketing-box .row-marketing .column1 h1 {
    text-align: center;
    font-size: 3em;
}

.marketing-box .row-marketing .column1 h1 span {
    font-size: 1.2em;
    color: #00A4CE;
}

.marketing-box .row-marketing .column1 h2 {
    margin: 20px 0px 20px 0px;
    color: rgb(102, 102, 102);
    font-size: 1em;
}

.marketing-box .row-marketing .column1 h3 {
    margin: 40px 0px 0px 0px;
    color: #000;
    font-size: 1em;
}

.marketing-box .row-marketing .column1 p {
    margin: 10px 0px 10px 0px;
}

.marketing-box .row-marketing .column1 p a {
    text-decoration: none;
    color: #00A4CE;
    font-size: 1em;
}



.space11 {
    height: 2vh;
}
.marketing-box .row-marketing .column1 .button-mark button{
    border: solid 1px #000;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: black;
    background-color: #fff;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    width: 20%;
    font-size: 18px;

   
}




.button-back button{
    border: solid 1px #000;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: black;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    width: 10%;
    font-size: 18px;
    margin-left: 10%;

}
