*{
    font-weight: bold;
}

.carousel-inner > .item > img {
    width: 85%;
    margin: auto;
}

body{
    background-color: #CEDCEC;
    background-image: url(./img/bg.png) ;
    /*background-size: 100px 100px;*/
    margin: 5px;
}
.about_parent{
    display: grid;
    justify-content: space-evenly;
    justify-items: center;
    align-content: space-evenly; 
    align-items: center; 
}

hr{
    height: 1px;
    border: none;
    background-color: #bababa;
}

.services{
    font-weight: bold;
    color:darkblue;
}

/*.social_list{*/
/*    display: inline-flex*/
/*}*/


.about{
    display: grid;
    align-items: center;
    place-items: center;
    justify-content: center;
    justify-content: center;
    margin: 15px;
    display: grid;
    place-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    /* border: solid black 3px; */
}

.box_parent{
    /* display: inline-grid; */
    /* grid-auto-columns: auto; */
          /* grid-template-columns: 33% 33% 33%; */
    /* max-width:1200px; */
    /* grid-auto-flow: row; */
    /* grid-template-rows: auto auto auto; */
    /* grid-gap: 10px; */

    /* justify-content: center; */
    /* align-items: center; */
    /* justify-items: center;
    align-items: center;
    align-self: center;
    align-content: center;
    vertical-align: auto; */
  

  
}
.box_child {
    /* grid-gap: 10px; */

    display: inline-grid;

    /* justify-items: center;
    align-items: center;
    align-self: center;
    align-content: center;
    vertical-align: auto; */

    /* grid-gap: 20px 10px; */
    justify-items: center;
    margin: 10px;
    text-align: center;
    width: 100%;
    max-width: 450px;
    border: solid black 2px;
    grid-auto-rows: minmax(100px, auto);





    /* grid-auto-flow: row; */  
    /* min-width: 450px; */
    /* min-width: 450px;
    max-width: 100%; */
    /* max-width: 33%; */
    /* align-items: center; */
    /* margin-top: 10px; */
    /* justify-content: center;
    align-items: center; */
    /* background-color: rgba(255, 255, 255, 0.8); */
    /* align-items: center;
    border: solid black 3px;
    margin: 10px; */

 /* .box_child{
    display: grid;
    place-items: center;
    /* justify-content: center; */
    /* width: 100%;
    max-width: 500px; */
 }