h2.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #3b3c3e;
}

p.section-title {
    font-size: 16px;
    margin-bottom: 1rem;
    color: #bcbaba;
}

p.section-title.sm {
    font-size: 12px;
}

.contents {
    background-color: #fff;
    padding: 3rem 0;
}

.contents .container {
    display: flex;
}

.contents .container>div {
    width: 50%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.contents .container>div>img {
    display: block;
    margin: auto;
    width: 100%;
    padding: 1rem;
    object-fit: contain;
}

.drms-goals {
	 padding: 5rem 0;
	 background-color: #fff;
}
 .drms-goals .titles {
	 text-align: center;
	 width: 60%;
	 margin: auto;
}
 .drms-goals .goals {
	 margin-top: 3rem;
	 display: grid;
	 grid-template-columns: auto auto auto;
	 gap: 2.5rem;
}
 .drms-goals .goals .goal-box {
	 background: #3b3c3e;
	 border-radius: 5px;
	 padding: 1.4rem;
	 min-height: 300px;
	 color: #fff;
}
 .drms-goals .goals .goal-box .goal-header {
	 display: flex;
	 align-items: center;
	 font-size: 3rem;
}
 .drms-goals .goals .goal-box .goal-header span {
	 margin-inline-end: 5px;
}
 .drms-goals .goals .goal-box .goal-body {
	 font-size: 1rem;
}
 .drms-risk {
	 padding: 5rem 0;
	 text-align: center;
	 background: #fff;
}
 .drms-risk h2 {
	 margin: 2rem 0;
	 text-align: start;
	 font-size: 20px;
}
 .drms-risk .drms-points {
	 display: flex;
}
 .drms-risk .drms-points ul {
	 flex: 1;
}
 .drms-risk .drms-points ul li {
	 text-align: start;
	 border: 0;
	 color: #d03b3a;
	 padding-inline-start: 24px;
	 min-height: 80px;
}
 .drms-risk .drms-points ul li::before {
	 content: "";
	 position: absolute;
	 left: 0;
	 width: 15px;
	 height: 15px;
	 border-radius: 50%;
	 background: #d03b3a;
}
 .drms-risk .points {
	 display: flex;
	 align-items: center;
}
 .drms-risk .points img {
	 height: 500px;
	 margin: 0 1rem;
}
 .drms-risk .points .list-group li {
	 border: 0;
	 font-size: 16px;
	 margin: 8px 0;
}
 .drms-risk .points .list-group li::before {
	 content: "";
	 position: absolute;
	 width: 20px;
	 height: 20px;
	 border-radius: 50%;
	 background: #f57c00;
}
 .drms-risk .points .list-group.left {
	 text-align: end;
}
 .drms-risk .points .list-group.left li {
	 padding-inline-end: 40px;
}
 .drms-risk .points .list-group.left li::before {
	 right: 0;
}
 .drms-risk .points .list-group.right {
	 text-align: start;
}
 .drms-risk .points .list-group.right li {
	 padding-inline-start: 40px;
}
 .drms-risk .points .list-group.right li::before {
	 left: 0;
}
 .list-risk {
	 flex-direction: row !important;
	 width: 100% !important;
	 max-width: 1200px;
}
 .list-risk img {
	 width: 50% !important;
	 margin: 0 !important;
	 height: 350px;
}
 .list-risk .list-group {
	 width: 200px;
	 justify-content: center;
	 margin-bottom: -1rem;
}
 .list-risk .list-group .list-group-item {
	 border: 0;
	 padding: 1rem 0;
	 text-align: end;
	 font-weight: bold;
}
 .list-indicator {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
}
 .list-indicator img {
	 display: block;
	 margin: 0 auto;
}
 .list-indicator span {
	 background: #dee2e6;
	 padding: 8px;
	 border-radius: 10px;
	 font-weight: bold;
	 min-width: 100px;
	 display: inline-block;
}
 .list-indicator .main-indicator {
	 z-index: 9;
	 position: relative;
	 width: 1100px;
}
 .list-indicator .main-indicator img {
	 width: 300px;
}
 .list-indicator .indicators {
	 display: flex;
	 justify-content: space-between;
	 padding-top: 5rem;
	 position: relative;
	 width: 1100px;
}
 .list-indicator .indicators::before {
	 content: "";
	 position: absolute;
	 top: -1rem;
	 left: 100px;
	 width: 900px;
	 border-top: 1px solid #ddd;
}
 .list-indicator .indicators .indicator {
	 position: relative;
}
 .list-indicator .indicators .indicator::before {
	 content: "";
	 position: absolute;
	 height: 150px;
	 border-left: 1px solid #ddd;
	 top: -95px;
}
 .list-indicator .indicators .indicator img {
	 width: 200px;
	 padding: 2rem;
	 z-index: 9;
	 position: relative;
}
 #drms-service {
	 padding: 3rem 0;
	 background-color: #fff;
}
 #drms-service .info-box {
	 display: flex;
	 align-items: center;
	 background-color: #3b3c3e;
	 color: #fff;
	 border-radius: 5px;
	 margin: 0 5rem;
	 padding: 0 5rem;
	 height: 150px;
}
 #drms-service .info-box h3 {
	 flex: 1;
	 margin: 0;
}
 #drms-service .info-box button {
	 width: 140px;
}
 