/**
 * Place for paragraph-first-screen styles here.

MAIN

*/
 
/* MAIN */
.paragraph-first-screen {
 position: relative;
 color: var(--white);
 padding-top: 5rem;
 padding-bottom: 5rem;
 display: grid;
 grid-template-columns: 4fr 3fr;
 background-repeat: no-repeat!important;
 background-size: cover!important;
 background-position: center!important;
}

.paragraph-first-screen:before {
 position: absolute;
 content: '';
 background-color: rgb(0 0 0 / 60%);
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
}

.paragraph-first-screen__left {
 z-index: 1;
 position: relative;
 grid-row: 1;
 grid-column: 1;
 display: flex;
 flex-direction: column;
 row-gap: 1rem;
}

.paragraph-first-screen__left__pretitle {
 background-color: #fff;
 color: #000;
 padding: 8px 24px;
 width: fit-content;
 height: fit-content;
 /* margin-top: 15px; */
}

.paragraph-first-screen__left__title {
 color: var(--white);
 font-size: 3.8rem;
 text-transform: uppercase;
 font-weight: bold;
}

.paragraph-first-screen__left__description {
 font-size: 2.5rem;
}

.paragraph-first-screen__left__features {
 display: grid;
 grid-template-columns: 1fr 1fr;
 align-items: center;
 column-gap: 2rem;
}

.paragraph-first-screen__left__features__features ul {
 list-style: square;
 margin-bottom: 0;
}

.paragraph-first-screen__left__features__features ul > li {
 margin-bottom: 10px;
}

.paragraph-first-screen__left__features__button {
 width: 180px;
 height: 40px;
 -webkit-border-radius: 4px;
 border-radius: var(--border-radius);
 font-size: 14px;
 background: var(--red);
 border: var(--border-base);
 color: var(--white);
 font-weight: bold;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 grid-row: 1;
 grid-column: 2;
 text-transform: inherit;
 margin-top: 6px;
 margin-bottom: 6px;
}

.paragraph-first-screen__left__features__button:hover {
 background: -webkit-gradient(linear, left top, left bottom, from(#C00000), to(#ff7171));
 background: -webkit-linear-gradient(top, #C00000 0, #ff7171 100%);
 background: -o-linear-gradient(top, #C00000 0, #ff7171 100%);
 background: linear-gradient(180deg, #C00000 0, #ff7171 100%)
}

.paragraph-first-screen__right {
 z-index: 1;
 position: relative;
 grid-row: 1;
 grid-column: 2;
 display: flex;
 align-items: center;
 justify-content: end;
}

.paragraph-first-screen__right p {
 margin: 0;
}

.paragraph-first-screen__right > div {
 display: grid;
 grid-template-columns: 1fr 1fr;
 grid-gap: 10px;
}

.paragraph-first-screen__right > div > div {
 border: 1px solid rgb(255 255 255 / 30%);
 padding: 24px;
}

.paragraph-first-screen__right > div > div > p:nth-child(1) {
 font-size: 36px;
}






/* ADAPTIVE */
@media (min-width: 1920px) {

}

@media (max-width: 1920px) {

}

@media (max-width: 1919px) {
}

@media (max-width: 1800px) {
 .paragraph-first-screen {
  column-gap: 2rem;
 }
 .paragraph-first-screen__left__title {
  font-size: 3.5rem;
 }
 .paragraph-first-screen__left__description {
  font-size: 2.2rem;
}
}

@media (max-width: 1650px) {

}

@media (max-width: 1600px) {
 .paragraph-first-screen__left__title {
  font-size: 3.2rem;
 }
 .paragraph-first-screen__left__description {
  font-size: 2.1rem;
 }
}

@media (max-width: 1500px) {

}

@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
 .paragraph-first-screen__right > div > div > p:nth-child(1) {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 5px;
 }
}

@media (max-width: 1280px) {

}

@media (max-width: 1150px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {
 .paragraph-first-screen {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
 }
 .paragraph-first-screen__right {
  justify-content: start;
 }
}

@media (max-width: 800px) {

}

@media (max-width: 768px) {
 .paragraph-first-screen__left__title {
  font-size: 3rem;
 }
 .paragraph-first-screen__left__description {
  font-size: 2rem;
 }
}

@media (max-width: 680px) {
 .paragraph-first-screen__left__features {
  grid-template-columns: 5fr 3fr;
 }
}

@media (max-width: 650px) {
 .paragraph-first-screen__left__title {
  font-size: 2.6rem;
 }
 .paragraph-first-screen__left__description {
  font-size: 1.6rem;
 }
}

@media (max-width: 550px) {
 .paragraph-first-screen__left__features {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 1rem;
 }
}

@media (max-width: 480px) {
 .paragraph-first-screen {
  padding-top: 3rem;
  padding-bottom: 3rem;
 }
 .paragraph-first-screen__left__title {
  font-size: 2.2rem;
 }
 .paragraph-first-screen__left__description {
  font-size: 1.3rem;
 }
 .paragraph-first-screen__left__pretitle {
  padding: 8px 24px;
 }
}

@media (max-width: 450px) {
 .paragraph-first-screen__right > div > div {
  padding: 14px;
 }
 .paragraph-first-screen__right > div > div > p:nth-child(1) {
  font-size: 24px;
 }
 .paragraph-first-screen__right > div > div > p:nth-child(2) {
  font-size: 12px;
 }
}

@media (max-width: 360px) {
 /* .paragraph-first-screen__right > div {
  grid-template-columns: 1fr;
 } */
}