/**
* Place your paragraph-send-resume styles here.

MAIN
ADAPTIVE

*/


/* MAIN */
.paragraph-send-resume {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 2em;
}

.paragraph-send-resume__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 1em;
  row-gap: 1em;
  padding-right: 5px;
}

.paragraph-send-resume__cta {
  margin-top: 0;
  border: none;
  display: flex;
  width: fit-content;
  padding: 8px 48px 8px 48px;
  justify-content: center;
  align-items: center;
  background-color: #FFAE00;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-family: 'Gilroy Regular', sans-serif;
}

.paragraph-send-resume__name {
  color: #000;
}

.paragraph-send-resume__name-title {
  font-size: 13px;
  color: #666;
}

.paragraph-send-resume__time {
  color: #000;
}

.paragraph-send-resume__time-title {
  font-size: 13px;
  color: #666;
}

.paragraph-send-resume__phone {
  color: #000;
}

.paragraph-send-resume__phone-title {
  font-size: 13px;
  color: #666;
}

.paragraph-send-resume__description {
  
}












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

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

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

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

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

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

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

@media (max-width: 1280px) {

}

@media (max-width: 1150px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {

}

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

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

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

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

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

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