/*
Theme Name: WP Theme
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/


input[type="search"] {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 30px;
}

  .readmore-wrap {
    position: relative;
  }
  .readmore-content {
    overflow: hidden;
    transition: max-height 0.35s ease;
  }
  .readmore-wrap.is-collapsed .readmore-fade {
    display: block;
  }
  .readmore-toggle {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 16px;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    background: #141414;
    color: #fff;
    font-weight: 400;
  }
section.content.py-5 img {
    height: auto;
    width: 100%;
    border-radius: 50px;
    padding-right: 10px;
    object-fit: cover;
}

section.content.py-5 .row {
    align-items: center;
}