@charset "UTF-8";

.octm-about-title-img-wrapper{
    display: flex;
    justify-content: center; }
  .octm-about-title-img-wrapper .octm-img-abouttitle{
    width: 100%;
    max-width: 500px;
    margin: auto; }
    
div.octm-about-title {
  padding-top: 3em;
  padding-bottom: 1.3em; }

.octm-font-abouttitle {
  color: var(--octm-color-navy);
  font-size: 2em; }

.octm-about-container {
  margin: 3em 0;
  padding: 2em;
  border: 1px solid var(--octm-color-gray);
  border-radius: 5px; }
  
.octm-about-subcontainer {
  padding: 3em; }

.octm-img-icon {
  margin-top: 1.2em;
  width: 120px; 
  height: 120px;
  vertical-align: middle; 
  border: none; 
  border: 0px; 
  text-align: center; 
  align-content: center; }
  
@media screen and (max-width: 650px) {
  .octm-about-subcontainer {
  padding: 2em; } }
  