.section1 {
    padding: 3%;
    padding-top: 6%;
    padding-bottom: 6%;
    background-color: #06213F;
    font-family: 'Playfair Display', serif;
}

.block1 {
    border-left-style: none!important;
}

.block {
    border-left-style: dotted;
    font-size: 30px;
    color: white;
    padding: 5%;
}

.text {
    font-size: 20px;
    color: white;
}

@media (max-width:768px) {
    .block {
        border: none!important;
        font-size: 20px;
    }
    .section1 {
        font-size: 20px;
        font-weight: normal;
    }
}