.x_component_text_cod_208 .item-content-text {
    padding: 20px 0;
}

.x_component_text_cod_208 .item-content .item-content-text .item_title {
    text-transform: uppercase;
    color: #303334;
    margin-bottom: 14px;
    font-size: 60px;
}

.x_component_text_cod_208 .item-introtext {
    color: #303334;
    margin-bottom: 43px;
    min-height: 70px;
}

.x_component_text_cod_208 .btn-warning {
    border-radius: 30px;
    color: #000000;
    background: #ffffff;
    border-color: #ffffff;
    display: inline-block;
    line-height: 20px;
    padding: 20px 45px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.x_component_text_cod_208 .btn-warning:hover {
    filter: opacity(60%);
}

@media all and (max-width: 640px){
  .x_component_text_cod_208 .item-content .item-content-text .item_title {
    font-size: 24px;
    transition: all 1s;
  }
}

@media (max-width: 768px) {
	.x_component_text_cod_208 h1 p {
      	font-size: 1.6em !important;
  	}
}