@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------------------------------------------------------------------------------------------------------*/
.info-box                       {padding: 30px 20px 60px; text-align: center; border: solid 1px rgba(204, 0, 0, 1); border-radius: 20px;
                                 height: 77vh; background-color: rgba(255, 255, 255, 1); overflow: scroll; display: inline-block;}
.col                            {width: 100%;}
.row:before, .row:after         {content: ""; display: table;}
.row:after                      {clear: both;}
/*----------------------------------------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*Tablet View*/
@media (min-width: 768px){
body                            {max-width: 778px;}
.col-md-one-half                {width: 50%;}
.col                            {float: left; padding: 0px 7px 14px;}
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*Desktop View*/
@media (min-width: 1024px){
body                            {max-width: 100%;}
.col-lg-one-fourth              {width: 25%;}
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------*/

