.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .default-max-width {
  max-width: 90% !important;
  margin-left: auto;
  margin-right: auto;
}

.entry-content {
width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mediaViewInfo {
  --web-view-name: Web 1920 – 1;
  --web-view-id: Web_1920__1;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}
:root {
  --web-view-ids: Web_1920__1;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
}

#Web_1920__1 {
margin-bottom: 30px;
  padding: 10px;
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(170 170 170) 0px 23px 33px;
  overflow: hidden;
  border-radius: 5px;
  --web-view-name: Web 1920 – 1;
  --web-view-id: Web_1920__1;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

#card {
  fill: rgba(255,255,255,1);
  stroke: rgba(112,112,112,1);
  stroke-width: 1px;
  stroke-linejoin: round;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}

#image_container {
  fill: rgba(255,255,255,1);
  stroke: rgba(112,112,112,1);
  stroke-width: 1px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.image_container {
  position: absolute;
  overflow: visible;
  width: 449px;
  height: 333px;
  left: 0px;
  top: 0px;
}
#TITLE {
  text-align: center;
  width: 95%;
  overflow: visible;
  height: auto;
  margin-left: auto;
  margin-right:auto;
  margin-top: 3%;
  margin-bottom: 3%;
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  color: rgb(0, 0, 0);
}
#DESCRIPTION {
  position: relative;
  overflow: visible;
  width: 90%;
  height: 40%;
  text-align: justify;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: rgba(112,112,112,1);
  margin-left: auto;
  margin-right: auto;
}
#button {
  position: relative;

  height: 40px;
  margin: auto;
  overflow: visible;
  box-shadow: 10px 10px 11px #aaaaaa;
  width:35%;
  margin-bottom:20px;

}
#accss_button {
  fill: rgb(2 195 248 / 64%);

  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
  
}
.accss_button {
  position: absolute;
  overflow: visible;

  height: 77px;
  left: 0px;
  top: 0px;
  width:100%
}
#ACCEDI {
  top: 10%;
  position: absolute;
  overflow: visible;
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  color: rgb(255 255 255);

}

#card_tile{
  height:225px;
  background-repeat:no-repeat;
  background-position: center;
  background-size: contain;
}