.mylogo{
  position: absolute !important;      /* Allows exact placement */
  top: -32px !important;               /* Distance from top */
  left: 20px !important;              /* Distance from left */
  width: 150px !important;            /* Resize the image */
  height: auto !important;            /* Maintain aspect ratio */
  z-index: 10 !important;             /* Keep it above other elements */
}

.et_pb_blurb_description p{
    color: #a68759 !important;
    padding-bottom: 0 !important; 
}

.et_pb_blurb_content{
    padding: 12px 0 !important;
}

@media(min-width: 1022px){

    .mylogo{
         top: -15px !important;
    }

    .et_pb_blurb_content{
    padding: 16px 0 !important;
}
   
}