/* Mother Capital Section */
.mother-capital-section .container {
  display: flex;
  flex-direction: column;
}

.mother-capital-section .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px 16px 30px;
  border-radius: 12px;
  background-color: #f3f0ee;
}

.mother-capital-section .title {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #353535;
}

.mother-capital-section .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mother-capital-section .description {
  display: none;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

.mother-capital-section .details-btn {
  width: 100%;
  height: var(--btn-height-mobile);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  border-radius: var(--border-radius);
  border: none;
  background-color: #df0611;
  color: #ffffff;
}

.mother-capital-section .details-btn svg path {
  stroke: #ffffff;
}

.mother-capital-section .details-btn:hover {
  background-color: #e71f3d;
}

.mother-capital-section .details-btn:hover svg path {
  stroke: #FFFFFF;
}

.mother-capital-section .details-btn span {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  color: #ffffff;
}

.mother-capital-section .content-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  align-self: center;
  border-radius: 12px;
}

.mother-capital-section .content-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.mother-capital-section .text-red {
  color: #353535;
}

@media (min-width: 1280px) {
  .mother-capital-section .container {
    width: 1200px;
    height: 380px;
    display: flex;
  }

  .mother-capital-section .title {
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #353535;
    margin-bottom: 16px;
  }

  .mother-capital-section .content-wrapper {
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: space-between;
    background-color: #f9f7f7;
    padding: 0;
    padding-right: 20px;
  }

  .mother-capital-section .content {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0;
    padding: 64px 0 0 64px;
    background-color: transparent;
  }

  .mother-capital-section .description {
    width: 446px;
    display: block;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #353535;
    margin-bottom: 32px;
  }

  .mother-capital-section .details-btn {
    width: 260px;
  }

  .mother-capital-section .content-image {
    display: block;
    width: 486px;
    height: 380px;
    border-radius: 12px;
  }

  .mother-capital-section .content-image img {
    width: 486px;
    height: 380px;
    display: block;
  }

  .mother-capital-section .text-red {
    color: #df0611;
  }
}
