body .smartphone-navbar .readyLinkTitle{
  max-width: unset;
  white-space: normal;
  line-height: 30px;
  text-align: left;
}

.readyLinkContainer{
  padding: 8px 15px;
}

.readyLinkList{
  display: flex;
  flex-direction: column; 
  align-items: flex-start;
  gap: 25px;
}

.readyLinkListItem{
  width: 100%;
  padding: 3.5px;
  background: #DBFBD6;
  border-radius: 7.5px;
}

.readyLinkListItemLink{
  text-decoration: none;
  color: unset;
}

.readyLinkListItemContainer{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.containerLink{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3px;
  height: 50%;
}

.containerLink>span{
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  max-width: 200px;
}

.containerLink.a2>span{
  max-width: 250px;
}

.containerLink>div{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 35px;
  background: #829CA9;
}

.containerLink>div>span{
  text-transform: uppercase;
  color: #fff;
  font-size: 21px;
}

#section2{
  width: 100%;
  height: 50px;
}

#capa{
  width: 100%;
  padding: 5px;
}

.headContainer{
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 7.5px 7.5px 7.5px 7.5px;
}

.headTitleContainer{
  background: white;
  text-align: center;
  border-radius: 7.5px 7.5px 0 0;
}

.headTitle{
  font-size: 21px;
}

.headMeta{
  background: rgb(120 120 120 / 11%);
  padding: 6px 10px;
  border-radius: 0 0 7.5px 7.5px;
}

.headMeta h6{
  font-size: 13.6px;
  color: #111;
  font-weight: 500;
}

.response{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 6px 10px;
}

.response span{
  font-size: 14.2px;
}

.responseLink{
  color: #027eb5;
  overflow-wrap: break-word;
}