:root {
    --min-height: 600px;
    --border: 5px solid #216ca9;
    --bg-position : center;
  }


.about{
    padding-top: 120px;
    padding-bottom: 60px;
    overflow-x: hidden;
}



.about .content .logos{
    width: 80px;
    display: block;
    margin: auto;
}


.about .content .c1{
    min-height: var(--min-height);
    background-image: url('../images/bg-12.webp');
    background-position: var(--bg-position);
    background-repeat: no-repeat;
    background-size: cover;
    border-left: var(--border);
    border-top: var(--border);
}

.about .content .c2{
    min-height: var(--min-height);
    background-image: url('../images/bg-13.webp');
    background-position: var(--bg-position);
    background-repeat: no-repeat;
    background-size: cover;
    border-right: var(--border);
    border-top: var(--border);
}


.about .content .c3{
    min-height: var(--min-height);
    background-image: url('../images/bg-11.webp');
    background-position: var(--bg-position);
    background-repeat: no-repeat;
    background-size: cover;
    border-left: var(--border);
    border-top: var(--border);
}

.about .content > row{
    position: relative;
}

.about .content .head h1{
    font-size: 100px;
    font-weight: bold;
}


.about .content .head small{
    display: block;
    text-align: justify;
}

